hmi.bml.feedback
Class StderrExceptionListener

java.lang.Object
  extended by hmi.bml.feedback.StderrExceptionListener
All Implemented Interfaces:
BMLExceptionListener, BMLListener

public class StderrExceptionListener
extends Object
implements BMLExceptionListener

Sends BMLExceptions to the stderr.

Author:
Herwin van Welbergen

Constructor Summary
StderrExceptionListener()
           
 
Method Summary
 void exception(BMLExceptionFeedback be)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StderrExceptionListener

public StderrExceptionListener()
Method Detail

exception

public void exception(BMLExceptionFeedback be)
Specified by:
exception in interface BMLExceptionListener