InternalException class abstract

Jason's internal exception.

This is either a programmatic error or some unexpected platform component failure that cannot be handled in any way.

Constructors

InternalException()

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

cause() → dynamic
Returns error that caused this RpcClientException.
message() String
Returns error message describing the problem.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override
trace() String
Returns stacktrace of this InternalException.

Operators

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