org.apache.commons.codec
Class EncoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.commons.codec.EncoderException
- All Implemented Interfaces:
- Serializable
public class EncoderException
- extends Exception
An EncoderException is thrown when there is a
failure condition during the encoding process.
- Version:
- $Revision: 3.0 $ $Date: 2004/07/24 13:22:03 $
- Author:
- Tim O'Brien
- See Also:
- Serialized Form
|
Constructor Summary |
EncoderException(String pMessage)
Create a new instance of this exception with
an informative message. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EncoderException
public EncoderException(String pMessage)
- Create a new instance of this exception with
an informative message.
- Parameters:
pMessage - a human intelligible message
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.