org.obolibrary.oboformat.parser
Class OBOFormatParserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.obolibrary.oboformat.parser.OBOFormatException
              extended by org.obolibrary.oboformat.parser.OBOFormatParserException
All Implemented Interfaces:
Serializable

public class OBOFormatParserException
extends OBOFormatException

See Also:
Serialized Form

Method Summary
 String getLine()
           
 int getLineNo()
           
 String getMessage()
           
 String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getLineNo

public int getLineNo()
Returns:
the lineNo

getLine

public String getLine()
Returns:
the line

getMessage

public String getMessage()
Overrides:
getMessage in class Throwable

toString

public String toString()
Overrides:
toString in class Throwable


Copyright © 2010-2014. All Rights Reserved.