|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
javax.agent.JasException
The JasException is the base of exceptions defined in the JAS(Java Agent Services) API.
| Field Summary | |
private java.lang.Exception |
exp
|
| Fields inherited from class java.lang.Exception |
|
| Fields inherited from class java.lang.Throwable |
|
| Constructor Summary | |
JasException()
|
|
JasException(java.lang.String msg)
|
|
| Method Summary | |
java.lang.Exception |
getException()
Returns the exception that caused this exception if it is stored, otherwise null. |
void |
setException(java.lang.Exception exp)
Sets the original exception. |
| 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 |
| Field Detail |
private java.lang.Exception exp
| Constructor Detail |
public JasException()
public JasException(java.lang.String msg)
| Method Detail |
public void setException(java.lang.Exception exp)
public java.lang.Exception getException()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||