edu.stanford.ejalbert.exceptionhandler
Class BrowserLauncherDefaultErrorHandler
java.lang.Object
edu.stanford.ejalbert.exceptionhandler.BrowserLauncherDefaultErrorHandler
- All Implemented Interfaces:
- BrowserLauncherErrorHandler
- public class BrowserLauncherDefaultErrorHandler
- extends Object
- implements BrowserLauncherErrorHandler
The default implementation for BrowserLauncherErrorHandler. It simply
prints a stack trace to the console.
- Author:
- Jeff Chapman
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BrowserLauncherDefaultErrorHandler
public BrowserLauncherDefaultErrorHandler()
handleException
public void handleException(Exception ex)
- Handles exception by printing a stack trace to the console.
- Specified by:
handleException
in interface BrowserLauncherErrorHandler
- Parameters:
ex
- Exception