Class MorParserException

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

public class MorParserException extends RuntimeException
Wrapper for all Mor parser errors
See Also:
  • Constructor Details

  • Method Details

    • getPositionInLine

      public int getPositionInLine()
    • setPositionInLine

      public void setPositionInLine(int positionInLine)
    • getLineNumber

      public int getLineNumber()
    • setLineNumber

      public void setLineNumber(int lineNumber)
    • getType

      public MorParserException.Type getType()
    • setType

      public void setType(MorParserException.Type type)