Class InvalidTermException

  • All Implemented Interfaces:
    Serializable

    public class InvalidTermException
    extends OntologyException
    Thrown to indicate that an ontology term is not acceptable or appropriate in a given context
    Since:
    1.4
    Author:
    Thomas Down, Matthew Pocock
    See Also:
    Serialized Form
    • Constructor Detail

      • InvalidTermException

        public InvalidTermException()
      • InvalidTermException

        public InvalidTermException​(String message)
      • InvalidTermException

        public InvalidTermException​(Throwable cause)
      • InvalidTermException

        public InvalidTermException​(String message,
                                    Throwable cause)