edu.stanford.ejalbert.exceptionhandler
Class BrowserLauncherDefaultErrorHandler

java.lang.Object
  extended byedu.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

Constructor Summary
BrowserLauncherDefaultErrorHandler()
           
 
Method Summary
 void handleException(Exception ex)
          Handles exception by printing a stack trace to the console.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserLauncherDefaultErrorHandler

public BrowserLauncherDefaultErrorHandler()
Method Detail

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