org.apache.commons.codec
Class DecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.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.6 2003/10/05 21:45:48 tobrien Exp $
- Author:
- Tim O'Brien, Gary Gregory
- See Also:
- Serialized Form
Fields inherited from class java.lang.Exception |
|
Fields inherited from class java.lang.Throwable |
|
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DecoderException
public DecoderException(String pMessage)
- Creates a DecoderException
- Parameters:
pMessage
- A message with meaning to a human
${component.name} version 1.2 - Copyright © 2003 - Apache Software Foundation