|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
javax.management.JMRuntimeException (src)
javax.management.RuntimeErrorException
Thrown when a java.lang.error occurs.
| Constructor Summary | |
RuntimeErrorException(java.lang.Error e)
Construct a new RuntimeErrorException from a given error. |
|
RuntimeErrorException(java.lang.Error e,
java.lang.String message)
Construct a new RuntimeErrorException from a given error and message. |
|
| Method Summary | |
java.lang.Throwable |
getCause()
Retrieves the wrapped error. |
java.lang.Error |
getTargetError()
Retrieves the wrapped error. |
java.lang.String |
toString()
Returns a string representation of this exception. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public RuntimeErrorException(java.lang.Error e)
e - the error to wrap.
public RuntimeErrorException(java.lang.Error e,
java.lang.String message)
e - the error to wrap.message - the specified message.| Method Detail |
public java.lang.Error getTargetError()
public java.lang.Throwable getCause()
public java.lang.String toString()
|
||||||||||
| PREV CLASS (src) NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||