Application.removeOnThreadException

Overview | Methods | This Package | All Packages

Application.removeOnThreadException

Removes a threadException event handler that was previously added through addOnThreadException.

Syntax

public static void removeOnThreadException( ThreadExceptionEventHandler value )

Parameters

value

The ThreadExceptionEventHandler to remove.

Remarks

A threadException event handler is triggered when an untrapped Java exception has been thrown. This event allows an application to handle the exception correctly, rather than abruptly terminating the application. An event handler for the threadException event can be defined for each thread.

See Also   addOnThreadException