com.timeindexing.index
Class IndexItemException

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

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.



Timeindexing 2008