Removes a threadException event handler that was previously added through addOnThreadException.
public static void removeOnThreadException( ThreadExceptionEventHandler value )
value
The ThreadExceptionEventHandler to remove.
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