Package jade.content
Class ContentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
Codec.CodecException,OntologyException
public class ContentException extends WrapperException
Base class for OntologyException and CodecException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ContentException(String message)ContentException(String message, Throwable t)
-
Method Summary
-
Methods inherited from class jade.util.WrapperException
getMessage, getNested, printStackTrace, printStackTrace
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, setStackTrace, toString
-
-