org.jasen.error
Class EmptyErrorHandler

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

public class EmptyErrorHandler
extends Object
implements JasenErrorHandler

The EmptyErrorHandler ignores all errors, but counts each occurrence of an error.

Author:
Jason Polites

Constructor Summary
EmptyErrorHandler()
           
 
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

EmptyErrorHandler

public EmptyErrorHandler()
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 -