COM.hugin.HAPI
Interface NetParseListener

All Superinterfaces:
ParseListener
All Known Subinterfaces:
ClassParseListener
All Known Implementing Classes:
DefaultClassParseListener

public interface NetParseListener
extends ParseListener

An implementation of the NetParseListener interface must be used when one wants to call the Domain constructor. That is, you must implement your own parseError method.


Method Summary
 void parseError(int line, java.lang.String msg)
          Handles parse errors occurring during parsing of a Hugin NET file.
 

Method Detail

parseError

public void parseError(int line,
                       java.lang.String msg)
Handles parse errors occurring during parsing of a Hugin NET file. Parse errors that occur during the parsing of a Hugin NET file (using the Domain constructor are handled by the parseError method.

Specified by:
parseError in interface ParseListener
Parameters:
line - the line number at which the parse error occurred.
msg - the parse error message generated by Hugin.