|
||||||||||
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
com.timeindexing.index.AddItemException
An AddItemException is thrown when adding an item to an index fails.
Constructor Summary | |
AddItemException()
Throw a AddItemException with no message. |
|
AddItemException(java.lang.Exception e)
Throw a AddItemException with an exception from the underlying cause. |
|
AddItemException(java.lang.String s)
Throw a AddItemException 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 AddItemException()
public AddItemException(java.lang.String s)
public AddItemException(java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |