BioRadio SDK - Java Android  1.1
com.glneurotech.devices.common.UnhandledExceptionEventArgs Class Reference
Inheritance diagram for com.glneurotech.devices.common.UnhandledExceptionEventArgs:
com.tangible.EventArgs

Public Member Functions

 UnhandledExceptionEventArgs (RuntimeException e)
 
final RuntimeException getExceptionObject ()
 
final void setExceptionObject (RuntimeException value)
 

Additional Inherited Members

- Static Public Attributes inherited from com.tangible.EventArgs
static EventArgs Empty
 

Detailed Description

Event arguments that describe an unhandled exception event

Constructor & Destructor Documentation

◆ UnhandledExceptionEventArgs()

com.glneurotech.devices.common.UnhandledExceptionEventArgs.UnhandledExceptionEventArgs ( RuntimeException  e)

Constructs a new instance of UnhandledExceptionEventArgs

Parameters
e

Member Function Documentation

◆ getExceptionObject()

final RuntimeException com.glneurotech.devices.common.UnhandledExceptionEventArgs.getExceptionObject ( )

Gets exception Object.

Returns

◆ setExceptionObject()

final void com.glneurotech.devices.common.UnhandledExceptionEventArgs.setExceptionObject ( RuntimeException  value)

Sets exception object.

Parameters
valueTake a RuntimeException as parameter.

The documentation for this class was generated from the following file: