DCliException class Null safety

Base class for all DCli exceptions.

Implemented types
Implementers

Constructors

DCliException(String message, [StackTraceImpl? stackTrace])
DCliException.from(Object? cause, StackTraceImpl stackTrace)
DCliException.fromException(Object? cause)

Properties

cause Object?
If DCliException is wrapping another exception then this is the exeception that is wrapped.
final
hashCode int
The hash code for this object. [...]
read-only, inherited
message String
final
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
stackTrace StackTraceImpl
read / write

Methods

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

Operators

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