|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
guarana.toolkit.adapter.AdapterException
public class AdapterException
Holds any exception that may be raised inside an adapter method execution.
Constructor Summary | |
---|---|
AdapterException()
Constructs a new Adapter Exception. |
|
AdapterException(String message)
Constructs a new Adapter Exception. |
|
AdapterException(String message,
Throwable cause)
Constructs a new Adapter Exception. |
|
AdapterException(Throwable cause)
Constructs a new Adapter Exception. |
Method Summary |
---|
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 |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AdapterException()
public AdapterException(String message)
message
- The message of this exception.public AdapterException(String message, Throwable cause)
message
- The exception message.cause
- An object that represents this exception.public AdapterException(Throwable cause)
cause
- An object that represents this exception.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |