jade.content
Class ContentException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by jade.util.WrapperException
              extended by jade.content.ContentException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
Codec.CodecException, OntologyException

public class ContentException
extends WrapperException

Base class for OntologyException and CodecException

See Also:
Serialized Form

Constructor Summary
ContentException(java.lang.String message)
           
ContentException(java.lang.String message, java.lang.Throwable t)
           
 
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

ContentException

public ContentException(java.lang.String message)

ContentException

public ContentException(java.lang.String message,
                        java.lang.Throwable t)


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