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.
Definition at line 28 of file EncoderException.java.
Public Member Functions | |
EncoderException (String pMessage) | |
Creates a new instance of this exception with an useful message. |
org.apache.commons.codec.EncoderException.EncoderException | ( | String | pMessage | ) |
Creates a new instance of this exception with an useful message.
pMessage | a useful message relating to the encoder specific error. |
Definition at line 35 of file EncoderException.java.