Uses of Class
jade.util.WrapperException

Packages that use WrapperException
jade.content
jade.content.lang   
jade.content.onto   
jade.core This package contains the microkernel of JADE system. 
jade.mtp   
 

Uses of WrapperException in jade.content
 

Subclasses of WrapperException in jade.content
 class ContentException
          Base class for OntologyException and CodecException
 

Uses of WrapperException in jade.content.lang
 

Subclasses of WrapperException in jade.content.lang
static class Codec.CodecException
          Class CodecException.
 

Uses of WrapperException in jade.content.onto
 

Subclasses of WrapperException in jade.content.onto
 class BeanOntologyException
          This class is used for reporting exceptions when adding beans to a BeanOntology.
 class NotAnAggregate
           
 class NotASpecialType
           
 class OntologyException
          Generic exception of the content support.
 class UngroundedException
          Thrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables.
 class UnknownSchemaException
          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.
 class UnknownSlotException
           
 

Uses of WrapperException in jade.core
 

Subclasses of WrapperException in jade.core
 class IMTPException
          This exception is thrown when an error occurs in the communication with a remote object
 class ProfileException
          This class represents an exception related to JADE profile creation or management.
 class ServiceException
          Generic exception thrown by JADE kernel level services.
 class ServiceNotActiveException
          This exception is thrown when trying to access a JADE kernel level service that is not installed in the local node.
 class UnreachableException
          This exception is thrown when some agent container cannot be contacted.
 

Uses of WrapperException in jade.mtp
 

Subclasses of WrapperException in jade.mtp
 class MTPException
          Generic exception class for MTP errors.