-
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
Constructor Detail
-
RuntimeErrorException
public RuntimeErrorException(Error e,
String message)
Constructor that allows a specific error message to be specified.
- Parameters:
e
- the wrapped error.
message
- the detail message.