jade.content.lang
Class Codec.CodecException

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.lang.Codec.CodecException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Codec

public static class Codec.CodecException
extends ContentException

Class CodecException.

Author:
Federico Bergenti
See Also:
Serialized Form

Constructor Summary
Codec.CodecException(java.lang.String message)
          Constructor
Codec.CodecException(java.lang.String msg, java.lang.Throwable t)
          Construct a new CodecException
 
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

Codec.CodecException

public Codec.CodecException(java.lang.String message)
Constructor

Parameters:
message - the message.

Codec.CodecException

public Codec.CodecException(java.lang.String msg,
                            java.lang.Throwable t)
Construct a new CodecException

Parameters:
msg - The message for this exception.
t - The exception wrapped by this object.


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