|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.eclipse.hyades.logging.adapter.AdapterException
This Exception represents a general Generic Log Adapter failure.
| Constructor Summary | |
|---|---|
AdapterException()
Constructor for AdapterException. |
|
AdapterException(java.lang.String message)
Create an AdapterException with the specified message. |
|
AdapterException(java.lang.String message,
java.lang.Throwable cause)
Create an AdapterException with the specified message and cause exception. |
|
AdapterException(java.lang.Throwable cause)
Create an AdapterException with the specified cause exception. |
|
| Method Summary | |
|---|---|
java.lang.Throwable |
getException()
Return the embedded exception, if any. |
java.lang.String |
getMessage()
Return a detail message for this exception. |
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, 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 AdapterException()
public AdapterException(java.lang.String message)
message -
public AdapterException(java.lang.String message,
java.lang.Throwable cause)
message - cause - public AdapterException(java.lang.Throwable cause)
cause - | Method Detail |
public java.lang.String getMessage()
If there is an embedded exception, and if the AdapterException has no detail message of its own, this method will return the detail message from the embedded exception.
If there is an embedded exception, and the AdapterException has a detail message of its own, this method will append the embedded exception message to the AdapterException message and return it.
public java.lang.Throwable getException()
|
TPTP 4.4.0 Monitoring Tools Project Public API Specification |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||