Package jade.content.lang
Class Codec.CodecException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- jade.util.WrapperException
-
- jade.content.ContentException
-
- jade.content.lang.Codec.CodecException
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- Codec
public static class Codec.CodecException extends ContentException
Class CodecException.- Author:
- Federico Bergenti
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CodecException(String message)ConstructorCodecException(String msg, Throwable t)Construct a newCodecException
-
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
-
-
-
-
Constructor Detail
-
CodecException
public CodecException(String message)
Constructor- Parameters:
message- the message.
-
-