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() |
public void handleException(Exception ex)
ex - the exceptionCopyright © 2010–2015. All rights reserved.