Package jade.content.onto
Class BeanOntologyException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- jade.content.onto.OntologyException
-
- jade.content.onto.BeanOntologyException
-
- All Implemented Interfaces:
Serializable
public class BeanOntologyException extends OntologyException
This class is used for reporting exceptions when adding beans to aBeanOntology.- See Also:
BeanOntology, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description BeanOntologyException(String message)BeanOntologyException(String message, Throwable cause)
-
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
-
-