BuiltinError class
Built-in threw an error (ISO exception).
The error term should be in ISO format: error(ErrorTerm, Context) For example: error(instantiation_error, is/2)
- Inheritance
-
- Object
- BuiltinResult
- BuiltinError
Constructors
- BuiltinError(Term error)
-
const
Properties
Methods
-
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