|
||||||||||
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.ssd.SSDException
SSDException
and its subclasses are thrown to indicate an error
ocurred in semistructured data API.
BadLabelException
,
BadSSDValueException
,
Serialized FormConstructor Summary | |
SSDException()
Constructs a SSDException with no detail message. |
|
SSDException(java.lang.String msg)
Constructs a SSDException 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 SSDException()
SSDException
with no detail message.
public SSDException(java.lang.String msg)
SSDException
with a detailed message.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |