|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Throwable | +--java.lang.Exception | +--hamsam.exception.HamsamException
HamsamException
is the superclass of all exceptions thrown by
the Hamsam API.
Constructor Summary | |
HamsamException()
Constructs a new Hamsam exception with null |
|
HamsamException(java.lang.String message)
Constructs a new Hamsam exception with the specified detail 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 HamsamException()
null as its detailed
message.
public HamsamException(java.lang.String message)
message
- the detail message. The detail message is saved for later
retrieval by the Throwable.getMessage() method.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |