public interface IErrorException
Java interface extends the exception concept and the default Java exception mechanisms;
It provides error management features associated to the exceptions: cause error of the exception,
related errors in stack.
It is intended to be implemented by classes that extend the java.lang.Exception class.
abstract class ErrorException and the
class OperationFailureErrorException that implement this interface.
| Modifier and Type | Method and Description |
|---|---|
IError |
getError()
|