EquationException class abstract

Base class for exception objects in this package.

Implemented types
Implementers

Constructors

EquationException({required String message, required String messagePrefix})
Requires the message to be associated to the error object.
const

Properties

hashCode int
The hash code for this object.
no setteroverride
message String
The error message.
final
messagePrefix String
The prefix to display at the beginning of the error message. When reading the message of an exception inside a try-catch block (for example), the output would look like this:
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.
override