Class OBOFormatException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
InvalidXrefMapException, OBOFormatDanglingReferenceException, OBOFormatParserException

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

    • OBOFormatException

      public OBOFormatException()
      Instantiates a new OBO format exception.
    • OBOFormatException

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

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

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