public abstract class ErrorException extends java.lang.Exception implements IErrorException
abstract Java class defines an exception that includes an error.| Constructor and Description |
|---|
ErrorException(IError error) |
ErrorException(IError error,
ErrorException cause) |
ErrorException(IError error,
ErrorRuntimeException cause) |
ErrorException(IError error,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
IError |
getError()
|
java.lang.String |
getMessage()
Returns the comprehensive message that describes the error included in this
exception. |
public ErrorException(IError error)
public ErrorException(IError error, ErrorException cause)
public ErrorException(IError error, ErrorRuntimeException cause)
public ErrorException(IError error, java.lang.Throwable cause)
public IError getError()
getError in interface IErrorExceptionerror associated to this exceptionpublic java.lang.String getMessage()
exception.getMessage in class java.lang.ThrowableErrorException instance (which may be null)