java.lang.Error
occurs in the agent it should be caught and
re-thrown as a RuntimeErrorException
.
Modifier and Type | Field and Description |
---|---|
private Error | |
private static final long |
Access | Constructor and Description |
---|---|
public | |
public | RuntimeErrorException(Error
the wrapped error. e, String the detail message. message)Constructor that allows a specific error message to be specified. |
Modifier and Type | Method and Description |
---|---|
public Throwable | Returns: the wrappedError .Overrides java. Error thrown.
|
public Error |
error | back to summary |
---|---|
private Error error |
serialVersionUID | back to summary |
---|---|
private static final long serialVersionUID |
RuntimeErrorException | back to summary |
---|---|
public RuntimeErrorException(Error e) Default constructor.
|
RuntimeErrorException | back to summary |
---|---|
public RuntimeErrorException(Error e, String message) Constructor that allows a specific error message to be specified. |
getCause | back to summary |
---|---|
public Throwable getCause() Overrides java. Returns the actual |
getTargetError | back to summary |
---|---|
public Error getTargetError() Returns the actual |