Package jade.content.onto
Class UnknownSchemaException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- jade.content.onto.OntologyException
-
- jade.content.onto.UnknownSchemaException
-
- All Implemented Interfaces:
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
Constructors Constructor Description UnknownSchemaException()ConstructorUnknownSchemaException(boolean fillStackTrace)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ThrowablefillInStackTrace()-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-
-
-
Method Detail
-
fillInStackTrace
public Throwable fillInStackTrace()
- Overrides:
fillInStackTracein classThrowable
-
-