hmi.elckerlyc
Class ExceptionManager

java.lang.Object
  extended by hmi.elckerlyc.ExceptionManager

public final class ExceptionManager
extends Object


Field Summary
private  List<BMLExceptionListener> exceptionListeners
           
 
Constructor Summary
ExceptionManager()
           
 
Method Summary
 void addExceptionListener(BMLExceptionListener es)
           
 void exception(BMLExceptionFeedback e)
           
 void puException(PlanUnit timedMU, String message, double time)
           
 void removeAllExceptionListeners()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

exceptionListeners

private final List<BMLExceptionListener> exceptionListeners
Constructor Detail

ExceptionManager

public ExceptionManager()
Method Detail

exception

public void exception(BMLExceptionFeedback e)

addExceptionListener

public void addExceptionListener(BMLExceptionListener es)

removeAllExceptionListeners

public void removeAllExceptionListeners()

puException

public void puException(PlanUnit timedMU,
                        String message,
                        double time)