public class ExceptionHandler extends Object
handleException(java.lang.Exception) is called on the thread that
generated the exception. It's up to the handler to handle thread safety
and notification.| Constructor and Description |
|---|
ExceptionHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
handleException(Exception ex)
Notifies of an exception being thrown.
|
public void handleException(Exception ex)
ex - the exceptionCopyright © 2015. All rights reserved.