Class 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 Detail

      • UnknownSchemaException

        public UnknownSchemaException()
        Constructor
      • UnknownSchemaException

        public UnknownSchemaException​(boolean fillStackTrace)