Class OntologyException

    • Constructor Summary

      Constructors 
      Constructor Description
      OntologyException​(java.lang.String msg)
      Construct an ontology exception with a given message.
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OntologyException

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