fm.liveswitch.UnhandledExceptionArgs Class Reference

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...
 

Detailed Description

Arguments for an unhandled exception.

Constructor & Destructor Documentation

◆ UnhandledExceptionArgs()

fm.liveswitch.UnhandledExceptionArgs.UnhandledExceptionArgs ( java.lang.Exception  exception)

Initializes a new instance of the fm.liveswitch.UnhandledExceptionArgs class.

Parameters
exceptionThe exception.

Member Function Documentation

◆ getException()

java.lang.Exception fm.liveswitch.UnhandledExceptionArgs.getException ( )

Gets the unhandled exception.

◆ getHandled()

boolean fm.liveswitch.UnhandledExceptionArgs.getHandled ( )

Gets whether the exception has been appropriately handled.

If set to

true

, then the exception will not be thrown.

◆ setHandled()

void fm.liveswitch.UnhandledExceptionArgs.setHandled ( boolean  value)

Sets whether the exception has been appropriately handled.

If set to

true

, then the exception will not be thrown.