Class OBOFormatDanglingReferenceException

All Implemented Interfaces:
Serializable

public class OBOFormatDanglingReferenceException extends OBOFormatException
The Class OBOFormatDanglingReferenceException.
See Also:
  • Constructor Details

    • OBOFormatDanglingReferenceException

      public OBOFormatDanglingReferenceException()
      Instantiates a new OBO format dangling reference exception.
    • OBOFormatDanglingReferenceException

      public OBOFormatDanglingReferenceException(String message)
      Instantiates a new OBO format dangling reference exception.
      Parameters:
      message - the message
    • OBOFormatDanglingReferenceException

      public OBOFormatDanglingReferenceException(Throwable e)
      Instantiates a new OBO format dangling reference exception.
      Parameters:
      e - the e
    • OBOFormatDanglingReferenceException

      public OBOFormatDanglingReferenceException(String message, Throwable e)
      Instantiates a new OBO format dangling reference exception.
      Parameters:
      message - the message
      e - the e