WorldProgramError class final
Raised when the manifest's behavior program references an unknown touchpoint or method — the world refuses to run a program that does not match its declared contracts (never a silent no-op).
- Implemented types
- Available extensions
Constructors
- WorldProgramError(String message)
-
const
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toFailure(
[StackTrace? stackTrace]) → AppFailure -
Available on Exception, provided by the ExceptionToFailure extension
Convert this exception to an AppFailure -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited