edu.wis.jtlv.env
Class Env.LogErrorOutput

java.lang.Object
  extended by edu.wis.jtlv.env.Env.LogErrorOutput
All Implemented Interfaces:
edu.wis.jtlv.env.ErrorListener
Enclosing class:
Env

public static class Env.LogErrorOutput
extends java.lang.Object
implements edu.wis.jtlv.env.ErrorListener


Constructor Summary
Env.LogErrorOutput()
           
 
Method Summary
 void doError(java.lang.Exception e, java.lang.String msg)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Env.LogErrorOutput

public Env.LogErrorOutput()
Method Detail

doError

public void doError(java.lang.Exception e,
                    java.lang.String msg)
Specified by:
doError in interface edu.wis.jtlv.env.ErrorListener