jade.domain.FIPAAgentManagement
Class ExceptionOntology

java.lang.Object
  |
  +--jade.content.onto.Ontology
        |
        +--jade.domain.FIPAAgentManagement.ExceptionOntology
All Implemented Interfaces:
ExceptionVocabulary, java.io.Serializable, Serializable

public class ExceptionOntology
extends Ontology
implements ExceptionVocabulary

This class groups into a separated ontology the elements of the FIPA-Agent-Management-ontology (see FIPA specification document no. 23) representing generic exceptions. This allows reusing these elements into other ontologies simply including tis Exception-ontology

The actual Ontology object representing the Exception-ontology is a singleton and is accessible through the static method getInstance()

Version:
$Date: 2003/02/20 10:54:12 $ $Revision: 2.4 $
Author:
Giovanni Caire - CSELT S.p.A.
See Also:
Serialized Form

Field Summary
 
Fields inherited from interface jade.domain.FIPAAgentManagement.ExceptionVocabulary
INTERNALERROR, INTERNALERROR_MESSAGE, MISSINGARGUMENT, MISSINGARGUMENT_ARGUMENT, MISSINGPARAMETER, MISSINGPARAMETER_OBJECT_NAME, MISSINGPARAMETER_PARAMETER_NAME, NAME, UNAUTHORISED, UNEXPECTEDACT, UNEXPECTEDACT_ACT, UNEXPECTEDARGUMENT, UNEXPECTEDARGUMENT_ARGUMENT, UNEXPECTEDARGUMENTCOUNT, UNEXPECTEDPARAMETER, UNEXPECTEDPARAMETER_OBJECT_NAME, UNEXPECTEDPARAMETER_PARAMETER_NAME, UNRECOGNISEDPARAMETERVALUE, UNRECOGNISEDPARAMETERVALUE_PARAMETER_NAME, UNRECOGNISEDPARAMETERVALUE_PARAMETER_VALUE, UNRECOGNISEDVALUE, UNRECOGNISEDVALUE_VALUE, UNSUPPORTEDACT, UNSUPPORTEDACT_ACT, UNSUPPORTEDFUNCTION, UNSUPPORTEDFUNCTION_FUNCTION, UNSUPPORTEDVALUE, UNSUPPORTEDVALUE_VALUE
 
Method Summary
static Ontology getInstance()
          This method returns the unique instance (according to the singleton pattern) of the Exception-ontology.
 
Methods inherited from class jade.content.onto.Ontology
add, add, checkIsTerm, fromObject, getClassForElement, getName, getSchema, toObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getInstance

public static Ontology getInstance()
This method returns the unique instance (according to the singleton pattern) of the Exception-ontology.

Returns:
The singleton Ontology object, containing the schemas for the elements of the Exception-ontology.


JADE