com.timeindexing.index
Class IndexItemException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.timeindexing.index.TimeIndexException
              extended bycom.timeindexing.index.IndexItemException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
AddItemException, GetItemException

public class IndexItemException
extends TimeIndexException

An IndexItemException is thrown when processing the item of an index fails.

See Also:
Serialized Form

Constructor Summary
IndexItemException()
          Throw a IndexItemException with no message.
IndexItemException(java.lang.Exception e)
          Throw a IndexItemException with an exception from the underlying cause.
IndexItemException(java.lang.String s)
          Throw a IndexItemException 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

IndexItemException

public IndexItemException()
Throw a IndexItemException with no message.


IndexItemException

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


IndexItemException

public IndexItemException(java.lang.Exception e)
Throw a IndexItemException with an exception from the underlying cause.