LongJmpException class
Internal exception thrown by longjmp.
- Implemented types
Constructors
- LongJmpException(jmp_buf env, int val)
- Constructs the jump exception.
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