jade.content.onto
Class BeanOntologyException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.content.ContentException
                  extended by jade.content.onto.OntologyException
                      extended by jade.content.onto.BeanOntologyException
All Implemented Interfaces:
java.io.Serializable

public class BeanOntologyException
extends OntologyException

This class is used for reporting exceptions when adding beans to a BeanOntology.

See Also:
BeanOntology, Serialized Form

Constructor Summary
BeanOntologyException(java.lang.String message)
           
BeanOntologyException(java.lang.String message, java.lang.Throwable cause)
           
 
Method Summary
 
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

BeanOntologyException

public BeanOntologyException(java.lang.String message)

BeanOntologyException

public BeanOntologyException(java.lang.String message,
                             java.lang.Throwable cause)


These are the official JADE API. For these API backward compatibility is guaranteed accross JADE versions