Class PhonexPatternException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
NoSuchPluginException, PhonexPluginException

public class PhonexPatternException extends RuntimeException
Exception for phonex pattern errors.
See Also:
  • Constructor Details

    • PhonexPatternException

      public PhonexPatternException(int line, int charInLine)
    • PhonexPatternException

      public PhonexPatternException(int line, int charInLine, String message, Throwable cause)
    • PhonexPatternException

      public PhonexPatternException(int line, int charInLine, String message)
    • PhonexPatternException

      public PhonexPatternException(int line, int charInLine, Throwable cause)
  • Method Details

    • getLine

      public int getLine()
    • setLine

      public void setLine(int line)
    • getCharInLine

      public int getCharInLine()
    • setCharInLine

      public void setCharInLine(int charInLine)