org.obolibrary.oboformat.parser
Class OBOFormatException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.obolibrary.oboformat.parser.OBOFormatException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidXrefMapException, OBOFormatDanglingReferenceException, OBOFormatParserException

public class OBOFormatException
extends Exception

See Also:
Serialized Form

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

Constructor Detail

OBOFormatException

public OBOFormatException()

OBOFormatException

public OBOFormatException(String message)

OBOFormatException

public OBOFormatException(Throwable e)

OBOFormatException

public OBOFormatException(String message,
                          Throwable e)


Copyright © 2010-2014. All Rights Reserved.