org.apache.commons.codec

Class EncoderException

public 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.

Version: $Id: EncoderException.java 130304 2004-02-29 04:08:31Z tobrien $

Author: Apache Software Foundation

Constructor Summary
EncoderException(String pMessage)
Creates a new instance of this exception with an useful message.

Constructor Detail

EncoderException

public EncoderException(String pMessage)
Creates a new instance of this exception with an useful message.

Parameters: pMessage a useful message relating to the encoder specific error.

commons-codec version 1.3 - Copyright © 2002-2004 - Apache Software Foundation