Emergency Stop
Custom exception to be thrown when BunyipsLib should end the OpMode following a critical error. This ensures the Exceptions handler will be called but also allows the OpMode to be ended immediately.
To ensure no code can run and to immediately transition to stop with no stacktrace, throw the OpModeManagerImpl.ForceStopException or call the relevant terminate method.
Author
Lucas Bubner, 2024
Since
1.0.0-pre
Constructors
Link copied to clipboard
Emergency stop and bypass the Exceptions handler.
Emergency stop and bypass the Exceptions handler.