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

Constructors

ExceptionHandlerException(Object previousException, Object exception)
Constructor.

Properties

exception ↔ Object
The exception that thrown by the exception handler.
read / write
previousException ↔ Object
Exception object that was being processed by exception handler.
read / write
hashCode → int
The hash code for this object. [...]
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator. [...]
inherited