UnrecoverableException class

A class that represent a exception that can't be recovered.

Implemented types

Constructors

UnrecoverableException(String reason, int exitCode)
create a instance of the UnrecoverableException.
const

Properties

exitCode int
The exit code of the process.
final
hashCode int
The hash code for this object.
no setterinherited
reason String
the reason why we can recover from this exception.
final
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited