org.obolibrary.oboformat.parser
Class OBOFormatDanglingReferenceException

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.OBOFormatDanglingReferenceException
All Implemented Interfaces:
Serializable

public class OBOFormatDanglingReferenceException
extends OBOFormatException

See Also:
Serialized Form

Constructor Summary
OBOFormatDanglingReferenceException()
           
OBOFormatDanglingReferenceException(String message)
           
OBOFormatDanglingReferenceException(String message, Throwable e)
           
OBOFormatDanglingReferenceException(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

OBOFormatDanglingReferenceException

public OBOFormatDanglingReferenceException()

OBOFormatDanglingReferenceException

public OBOFormatDanglingReferenceException(String message)

OBOFormatDanglingReferenceException

public OBOFormatDanglingReferenceException(Throwable e)

OBOFormatDanglingReferenceException

public OBOFormatDanglingReferenceException(String message,
                                           Throwable e)


Copyright © 2010-2012. All Rights Reserved.