|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
ssdbms.manager.SSDBManagerException
ssdbms.manager.primitives.OutOfBoundsException
OutOfBoundsException
is thrown to indicate
that it is trying to access an inavlid position of a datum.
Constructor Summary | |
OutOfBoundsException()
Constructs a OutOfBoundsException with no detail message. |
|
OutOfBoundsException(java.lang.String msg)
Constructs a OutOfBoundsException with a detailed 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 OutOfBoundsException()
OutOfBoundsException
with no detail message.
public OutOfBoundsException(java.lang.String msg)
OutOfBoundsException
with a detailed message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |