com.timeindexing.index
Class TimeIndexFactoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.timeindexing.index.TimeIndexException
              extended by com.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.
 
Method Summary
 
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.



Timeindexing 2008