Package io.mola.galimatias
Interface ErrorHandler
-
- All Known Implementing Classes:
DefaultErrorHandler,StrictErrorHandler
public interface ErrorHandlerHandler for parse errors.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiderror(GalimatiasParseException error)voidfatalError(GalimatiasParseException error)
-
-
-
Method Detail
-
error
void error(GalimatiasParseException error) throws GalimatiasParseException
- Throws:
GalimatiasParseException
-
fatalError
void fatalError(GalimatiasParseException error)
-
-