|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectThrowable
Exception
AmibaException
public class AmibaException
This is the basic exception type for Amiba. Lower level exceptions will be wrapped in AmibaException and passed on to upper layers of the application. Other Exception types in Amiba might subclass this Exception for more specificity.
Constructor Summary | |
---|---|
AmibaException()
|
|
AmibaException(String message)
|
|
AmibaException(String message,
Throwable cause)
|
|
AmibaException(Throwable cause)
|
Method Summary |
---|
Methods inherited from class Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AmibaException()
public AmibaException(String message)
message
- public AmibaException(Throwable cause)
cause
- public AmibaException(String message, Throwable cause)
message
- cause
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |