com.timeindexing.index
Class IndexSpecificationException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.timeindexing.index.TimeIndexException
              extended bycom.timeindexing.index.IndexSpecificationException
All Implemented Interfaces:
java.io.Serializable

public class IndexSpecificationException
extends TimeIndexException

An IndexSpecificationException is thrown when the specification of index properties is incomplete or illegal.

See Also:
Serialized Form

Constructor Summary
IndexSpecificationException()
          Throw a IndexSpecificationException with no message.
IndexSpecificationException(java.lang.String s)
          Throw a IndexSpecificationException with a message.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IndexSpecificationException

public IndexSpecificationException()
Throw a IndexSpecificationException with no message.


IndexSpecificationException

public IndexSpecificationException(java.lang.String s)
Throw a IndexSpecificationException with a message.