Arguments for an unhandled exception. More...
Public Member Functions | |
java.lang.Exception | getException () |
Gets the unhandled exception. More... | |
boolean | getHandled () |
Gets whether the exception has been appropriately handled. More... | |
void | setHandled (boolean value) |
Sets whether the exception has been appropriately handled. More... | |
UnhandledExceptionArgs (java.lang.Exception exception) | |
Initializes a new instance of the fm.liveswitch.UnhandledExceptionArgs class. More... | |
Arguments for an unhandled exception.
fm.liveswitch.UnhandledExceptionArgs.UnhandledExceptionArgs | ( | java.lang.Exception | exception | ) |
Initializes a new instance of the fm.liveswitch.UnhandledExceptionArgs class.
exception | The exception. |
java.lang.Exception fm.liveswitch.UnhandledExceptionArgs.getException | ( | ) |
Gets the unhandled exception.
boolean fm.liveswitch.UnhandledExceptionArgs.getHandled | ( | ) |
Gets whether the exception has been appropriately handled.
If set to
, then the exception will not be thrown.
void fm.liveswitch.UnhandledExceptionArgs.setHandled | ( | boolean | value | ) |
Sets whether the exception has been appropriately handled.
If set to
, then the exception will not be thrown.