jade.content.onto
Class UngroundedException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.content.ContentException
                  extended by jade.content.onto.OntologyException
                      extended by jade.content.onto.UngroundedException
All Implemented Interfaces:
java.io.Serializable

public class UngroundedException
extends OntologyException

Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables. Typically, thrown when applying Ontology.toObject(AbsObject) to an ungrouded abstract descriptor.

Author:
Federico Bergenti - Universita` di Parma
See Also:
jade.content.onto, Serialized Form

Constructor Summary
UngroundedException()
          Constructor
 
Method Summary
 
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UngroundedException

public UngroundedException()
Constructor



These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions