ExceptionHandlerException class
Exception indicating an exception/error occurred in an exception handler.
The exception that was raised by the exception handler is stored in exception.
The exception that was passed into the exception handler was previousException. Note: it could be an instance of ExceptionHandlerException when multiple exception handlers are invoked in processing an exception.
- Inheritance
-
- Object
- WoomeraException
- ExceptionHandlerException
Constructors
- ExceptionHandlerException(Object previousException, Object exception)
- Constructor.
Properties
- exception ↔ Object
-
The exception that thrown by the exception handler.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- previousException ↔ Object
-
Exception object that was being processed by exception handler.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited