|
||||||||||
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.IndexOpenException
A IndexOpenException is thrown when an Index cannot be opend. This usually because the Properties passed at open time do not have enough information, or the index files do not exist, or the file is not an index.
Constructor Summary | |
IndexOpenException()
Throw a IndexOpenException with no message. |
|
IndexOpenException(java.lang.Exception e)
Throw a IndexOpenException with an exception from the underlying cause. |
|
IndexOpenException(java.lang.String s)
Throw a IndexOpenException 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 IndexOpenException()
public IndexOpenException(java.lang.String s)
public IndexOpenException(java.lang.Exception e)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |