com.timeindexing.index
Class TimeIndexDirectoryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.lang.RuntimeException
              extended bycom.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.
 
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.