com.timeindexing.index
Class TimeIndexDirectoryException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.timeindexing.index.TimeIndexDirectoryException
All Implemented Interfaces:
java.io.Serializable

public class TimeIndexDirectoryException
extends java.lang.RuntimeException

A TimeIndexDirectoryException is thrown when the TimeIndexDirectory cannot resolve a value.

See Also:
Serialized Form

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

TimeIndexDirectoryException

public TimeIndexDirectoryException()
Throw a TimeIndexDirectoryException with no message.


TimeIndexDirectoryException

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



Timeindexing 2008