Class | Description |
---|---|
BreakInterrupt |
Throwable that is thrown by a "break" statement.
|
ContinueInterrupt |
Throwable that is thrown by a "continue" statement.
|
EndInterrupt |
Interrupt for ending a block call or returning from a function.
|
ErrorInterrupt |
Throwable that is thrown by a user (script writer) error, probably.
|
FinishInterrupt |
Interrupt for ending the current action.
|
QuitInterrupt |
Throwable that is thrown by a "quit" statement.
|