org.apache.commons.codec

Class DecoderException

public class DecoderException extends Exception

Thrown when a Decoder has encountered a failure condition during a decode.

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

Author: Apache Software Foundation

Constructor Summary
DecoderException(String pMessage)
Creates a DecoderException

Constructor Detail

DecoderException

public DecoderException(String pMessage)
Creates a DecoderException

Parameters: pMessage A message with meaning to a human

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