public abstract class ErrorRuntimeException extends java.lang.RuntimeException implements IErrorException
abstract Java class defines an error runtime exception that includes an error.| Constructor and Description |
|---|
ErrorRuntimeException(IError error) |
ErrorRuntimeException(IError error,
ErrorException cause) |
ErrorRuntimeException(IError error,
ErrorRuntimeException cause) |
ErrorRuntimeException(IError error,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IError |
getError()
|
public ErrorRuntimeException(IError error)
public ErrorRuntimeException(IError error, ErrorException cause)
public ErrorRuntimeException(IError error, ErrorRuntimeException cause)
public ErrorRuntimeException(IError error, java.lang.Throwable cause)
public IError getError()
IErrorExceptiongetError in interface IErrorExceptionerror associated in this exception