org.apache.commons.codec
Class DecoderException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.apache.commons.codec.DecoderException
All Implemented Interfaces:
java.io.Serializable

public class DecoderException
extends java.lang.Exception

The DecoderException is thrown when a Decoder has encounter a failure condition during a decode.

Version:
$Revision: 1.1 $ $Date: 2003/04/25 17:50:56 $
Author:
Tim O'Brien
See Also:
Serialized Form

Field Summary
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
DecoderException(java.lang.String pMessage)
          Create 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(java.lang.String pMessage)
Create a DecoderException

Parameters:
pMessage - A message with meaning to a human


Copyright (c) 2003 - Apache Software Foundation