COM.hugin.HAPI
Interface ParseListener

All Known Subinterfaces:
ClassParseListener
All Known Implementing Classes:
DefaultClassParseListener

public interface ParseListener

The ParseListener interface is a general interface for handling errors while parsing Hugin NET files, Hugin case files, Hugin data files, files of node names, and strings representing Expressions.


Method Summary
 void parseError(int position, java.lang.String msg)
          Handles parse errors occuring during parsing of Hugin NET files, Hugin case files, Hugin data files, files of node names, and strings representing Expressions.
 

Method Detail

parseError

public void parseError(int position,
                       java.lang.String msg)
Handles parse errors occuring during parsing of Hugin NET files, Hugin case files, Hugin data files, files of node names, and strings representing Expressions.

Parameters:
position - the position at which the parse error occurred.
msg - the parse error message generated by Hugin.