Class OntologyException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConversionException, LanguageConsistencyException, ProfileException

public class OntologyException extends JenaException

Exception for generic errors that arise while processing ontologies

See Also:
  • Constructor Details

    • OntologyException

      public OntologyException(String msg)
      Construct an ontology exception with a given message.
      Parameters:
      msg - The exception message.