EncoderExceptionpublic class EncoderException extends Exception Thrown when there is a failure condition during the encoding process. This
exception is thrown when an Encoder encounters a encoding specific exception
such as invalid data, inability to calculate a checksum, characters outside of the
expected range. |
Constructors Summary |
---|
public EncoderException(String pMessage)Creates a new instance of this exception with an useful message.
super(pMessage);
|
|