|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.timeindexing.index.TimeIndexException
com.timeindexing.index.IndexItemException
An IndexItemException is thrown when processing the item of an index fails.
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 |
public IndexItemException()
public IndexItemException(java.lang.String s)
public IndexItemException(java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |