edu.wis.jtlv.env
Interface ErrorListener


public interface ErrorListener

An environment error listener interface. In order to listen and receive errors thrown from the lexer, parser, walkers, one has register a listener through Env.

Version:
"1.1.0"
Author:
yaniv sa'ar.
See Also:
Env.registerErrorListener(ErrorListener), Env.removeErrorListener(ErrorListener), Env.clearErrorListener(), Env.activateErrorListeners(Exception, String), Env.doError(Exception, String), Env.all_error_listeners

Method Summary
 void doError(java.lang.Exception e, java.lang.String msg)
           
 

Method Detail

doError

void doError(java.lang.Exception e,
             java.lang.String msg)