Package ca.phon.ipa.parser
Interface IPAParserErrorHandler
public interface IPAParserErrorHandler
Interface for implementing error handlers for phone
lexing/parsing.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
Handle a lexing/parser error.
-
Method Details
-
handleError
Handle a lexing/parser error. This method recieves the error and lexing/parsring will attempt to continue. You can halt the process by throwing aRuntimeException
.- Parameters:
ex
-
-