Class OrthoParserException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
ca.phon.orthography.parser.exceptions.OrthoParserException
All Implemented Interfaces:
Serializable

public class OrthoParserException extends RuntimeException
See Also:
  • Constructor Details

    • OrthoParserException

      public OrthoParserException()
    • OrthoParserException

      public OrthoParserException(String message, Throwable cause)
    • OrthoParserException

      public OrthoParserException(String message)
    • OrthoParserException

      public OrthoParserException(Throwable cause)
  • Method Details

    • getPositionInLine

      public int getPositionInLine()
    • setPositionInLine

      public void setPositionInLine(int positionInLine)
    • getLineNumber

      public int getLineNumber()
    • setLineNumber

      public void setLineNumber(int lineNumber)