|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.io.IOException
com.coyotegulch.jisp.BTreeException
Standard exception type thrown by B-Tree index classes.
BTreeIndex
,
Serialized FormConstructor Summary | |
BTreeException()
Constructs a new BTreeException with a null error message string. |
|
BTreeException(java.lang.String message)
Constructs a new BTreeException with a specific error message string. |
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 BTreeException()
BTreeException
with a null
error message string.
public BTreeException(java.lang.String message)
BTreeException
with a specific error message string.
message
- Error message string.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |