jade.content.onto
Class UnknownSchemaException

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.UnknownSchemaException
All Implemented Interfaces:
java.io.Serializable

public class UnknownSchemaException
extends OntologyException

Thrown when the schema for the type of the entity to be translated into/from an abstract descriptor is not defined in the ontology used to perform the translation. This particular case of OntologyException is handled differently as the schema can be defined in one of the base ontologies.

Author:
Giovanni Caire - TILAB
See Also:
jade.content.onto, Serialized Form

Constructor Summary
UnknownSchemaException()
          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

UnknownSchemaException

public UnknownSchemaException()
Constructor



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