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. |
|
Creates a new instance of this exception with an useful message.
Definition at line 35 of file EncoderException.java. |