Class OWLOntologyInputSourceException

All Implemented Interfaces:
Serializable

public class OWLOntologyInputSourceException extends OWLException
Since:
2.2.0
Author:
Matthew Horridge, The University Of Manchester, Bio-Health Informatics Group
See Also:
  • Constructor Details

    • OWLOntologyInputSourceException

      public OWLOntologyInputSourceException()
      Default constructor.
    • OWLOntologyInputSourceException

      public OWLOntologyInputSourceException(Throwable cause)
      Parameters:
      cause - the cause
    • OWLOntologyInputSourceException

      public OWLOntologyInputSourceException(String message)
      Parameters:
      message - the message
    • OWLOntologyInputSourceException

      public OWLOntologyInputSourceException(String message, Throwable cause)
      Parameters:
      message - the message
      cause - the cause