Package jade.content.onto
Class UngroundedException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- jade.content.onto.OntologyException
-
- jade.content.onto.UngroundedException
-
- All Implemented Interfaces:
Serializable
public class UngroundedException extends OntologyException
Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables. Typically, thrown when applyingOntology.toObject(AbsObject)to an ungrouded abstract descriptor.- Author:
- Federico Bergenti - Universita` di Parma
- See Also:
jade.content.onto, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UngroundedException()Constructor
-
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
-
-