com.timeindexing.index
Class TimeIndexFactoryException

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

public class TimeIndexFactoryException
extends TimeIndexException

A TimeIndexFactoryException is thrown when the TimeIndexFactory cannot resolve a value.

See Also:
Serialized Form

Constructor Summary
TimeIndexFactoryException()
          Throw a TimeIndexFactoryException with no message.
TimeIndexFactoryException(java.lang.String s)
          Throw a TimeIndexFactoryException 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

TimeIndexFactoryException

public TimeIndexFactoryException()
Throw a TimeIndexFactoryException with no message.


TimeIndexFactoryException

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