woomera
woomera
ExceptionHandlerException
ExceptionHandlerException constructor
ExceptionHandlerException
ExceptionHandlerException class
Constructors
ExceptionHandlerException
Properties
exception
previousException
hashCode
runtimeType
Methods
noSuchMethod
toString
Operators
operator ==
ExceptionHandlerException constructor
ExceptionHandlerException
(
Object
previousException
,
Object
exception
)
Constructor.
Implementation
ExceptionHandlerException(this.previousException, this.exception);