Uses of Class
jade.content.ContentException
-
Packages that use ContentException Package Description jade.content.lang jade.content.lang.xml jade.content.onto jade.core.behaviours This package is a subpackage ofjade.coreand contains the classes used to implement basic agent behaviours. -
-
Uses of ContentException in jade.content.lang
Subclasses of ContentException in jade.content.lang Modifier and Type Class Description static classCodec.CodecExceptionClass CodecException. -
Uses of ContentException in jade.content.lang.xml
Methods in jade.content.lang.xml that throw ContentException Modifier and Type Method Description voidXMLManager. add(Class<?> c)voidXMLManager. add(String packageName)ObjectXMLManager. decode(File xmlFile)ObjectXMLManager. decode(InputStream xmlStream)ObjectXMLManager. decode(String xml)StringXMLManager. encode(Object obj)voidXMLManager. encodeToFile(Object obj, File output)Constructors in jade.content.lang.xml that throw ContentException Constructor Description XMLManager(String packageName) -
Uses of ContentException in jade.content.onto
Subclasses of ContentException in jade.content.onto Modifier and Type Class Description classBeanOntologyExceptionThis class is used for reporting exceptions when adding beans to aBeanOntology.classNotAnAggregateclassNotASpecialTypeclassOntologyExceptionGeneric exception of the content support.classUngroundedExceptionThrown when working with an ungrounded abstract descriptor, i.e., a descriptor containing variables.classUnknownSchemaExceptionThrown 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.classUnknownSlotException -
Uses of ContentException in jade.core.behaviours
Methods in jade.core.behaviours with parameters of type ContentException Modifier and Type Method Description protected voidOntologyServer. handleNotUnderstood(ContentException ce, ACLMessage msg)
-