|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
public void parseError(int line, java.lang.String msg)
Domain
constructor are handled by the parseError method.
parseError
in interface ParseListener
line
- the line number at which the parse error occurred.msg
- the parse error message generated by Hugin.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |