org.apache.commons.codec
Class DecoderException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.apache.commons.codec.DecoderException
All Implemented Interfaces:
Serializable

public class DecoderException
extends Exception

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

Version:
$Id: DecoderException.java,v 1.9 2004/02/29 04:08:31 tobrien Exp $
Author:
Apache Software Foundation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DecoderException(String pMessage)
          Creates a DecoderException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

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