Package jade.content.onto
Class OntologyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- jade.content.onto.OntologyException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BeanOntologyException,NotAnAggregate,NotASpecialType,UngroundedException,UnknownSchemaException,UnknownSlotException
public class OntologyException extends ContentException
Generic exception of the content support.- Author:
- Federico Bergenti - Universita` di Parma
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description OntologyException(String message)Construct anOntologyExceptionwith a given message.OntologyException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-