Interface ErrorReporter
-
- All Known Implementing Classes:
MmuParser
,MmuParser_CommonParser
,MmuTreeWalker
,MmuTreeWalkerBase
,NmlParser
,NmlParser_CommonParser
,NmlTreeWalker
,NmlTreeWalkerBase
,ParserBase
,ParserEx
,TreeParserBase
,TreeParserEx
public interface ErrorReporter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
raiseError(Where where, java.lang.String what)
void
raiseError(Where where, ISemanticError error)
-
-
-
Method Detail
-
raiseError
void raiseError(Where where, ISemanticError error) throws SemanticException
- Throws:
SemanticException
-
raiseError
void raiseError(Where where, java.lang.String what) throws SemanticException
- Throws:
SemanticException
-
-