Interface IPAParserErrorHandler


public interface IPAParserErrorHandler
Interface for implementing error handlers for phone lexing/parsing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Handle a lexing/parser error.
  • Method Details

    • handleError

      void handleError(IPAParserException ex)
      Handle a lexing/parser error. This method recieves the error and lexing/parsring will attempt to continue. You can halt the process by throwing a RuntimeException.
      Parameters:
      ex -