COM.hugin.HAPI
Interface NetParseListener
- All Known Subinterfaces:
- ClassParseListener
- public interface NetParseListener
- extends ParseListener
An implementation of the NetParseListener interface must 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 occuring during parsing of a Hugin NET file. |
parseError
public void parseError(int line,
java.lang.String msg)
- Handles parse errors occuring 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.