AtExceptionStack class

Class to maintain stack of exceptions to form a chained exception.

Implemented types

Constructors

AtExceptionStack()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

add(AtChainedException atChainedException) → void
compareTo(AtChainedException atChainedException) int
Compares this object to another object.
override
getIntentMessage(Intent intent) String
Accepts the Intent and returns a message
getTraceMessage() String
Concatenate the error messages in the exceptionList and returns a trace message
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