com.timeindexing.index
Class DataTypeDirectoryException

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

public class DataTypeDirectoryException
extends java.lang.RuntimeException

A DataTypeDirectoryException is thrown when the DataTypeDirectory cannot resolve a value.

See Also:
Serialized Form

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

DataTypeDirectoryException

public DataTypeDirectoryException()
Throw a DataTypeDirectoryException with no message.


DataTypeDirectoryException

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