ecologylab.generic
Class ExceptionHandler

java.lang.Object
  extended by ecologylab.generic.ExceptionHandler
All Implemented Interfaces:
java.lang.Runnable

public abstract class ExceptionHandler
extends java.lang.Object
implements java.lang.Runnable

An exception handler used for callbacks.

Author:
Blake Dworaczyk

Field Summary
protected  java.lang.Exception exception
           
protected  Scope objectRegistry
           
 
Constructor Summary
ExceptionHandler()
           
 
Method Summary
 void handleException(java.lang.Exception e, Scope objectRegistry)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.lang.Runnable
run
 

Field Detail

exception

protected java.lang.Exception exception

objectRegistry

protected Scope objectRegistry
Constructor Detail

ExceptionHandler

public ExceptionHandler()
Method Detail

handleException

public void handleException(java.lang.Exception e,
                            Scope objectRegistry)