Class OrthoParserException

All Implemented Interfaces:
Serializable

public class OrthoParserException extends RuntimeException
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 OrthoParserException.Type getType()
    • setType

      public void setType(OrthoParserException.Type type)