org.jasen.error
Class SystemErrorHandler

java.lang.Object
  extended byorg.jasen.error.SystemErrorHandler
All Implemented Interfaces:
JasenErrorHandler

public class SystemErrorHandler
extends Object
implements JasenErrorHandler

Implementation of the JasenErrorHandler which simply prints exceptions to System.err.

Author:
Jason Polites
See Also:
JasenErrorHandler

Constructor Summary
SystemErrorHandler()
           
 
Method Summary
 void handleException(Exception e)
          Called when an internal and unexpected, or inert error is thrown
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SystemErrorHandler

public SystemErrorHandler()
Method Detail

handleException

public void handleException(Exception e)
Description copied from interface: JasenErrorHandler
Called when an internal and unexpected, or inert error is thrown

Specified by:
handleException in interface JasenErrorHandler
Parameters:
e -