EmergencyStop

constructor(message: String)

Emergency stop and bypass the Exceptions handler.

Parameters

message

the message to display on the Driver Station.


constructor(message: String, cause: Throwable?)

Emergency stop and bypass the Exceptions handler.

Parameters

message

the message to display on the Driver Station.

cause

the cause to affix to this exception, if any.