- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- javax.management.JMRuntimeException
-
- javax.management.RuntimeErrorException
-
- All Implemented Interfaces:
-
Serializable
public class RuntimeErrorException extends JMRuntimeException
当java.lang.Error
发生java.lang.Error
时,应该被捕获并重新抛出RuntimeErrorException
。- 从以下版本开始:
- 1.5
- 另请参见:
- Serialized Form
-
-
构造方法摘要
构造方法 Constructor 描述 RuntimeErrorException(Error e)
默认构造函数。RuntimeErrorException(Error e, String message)
允许指定特定错误消息的构造方法。
-
方法摘要
所有方法 接口方法 具体的方法 Modifier and Type 方法 描述 Throwable
getCause()
返回实际抛出Error
。Error
getTargetError()
返回实际抛出的Error
。-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-