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
Thrown when there is a failure condition during the encoding process. This
exception is thrown when an Encoder encounters a encoding specific exception
such as invalid data, inability to calculate a checksum, characters outside of the
expected range.
- Version:
- $Id: EncoderException.java,v 1.7 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 |
|
Constructor Summary |
EncoderException(String pMessage)
Creates a new instance of this exception with an useful message. |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
EncoderException
public EncoderException(String pMessage)
- Creates a new instance of this exception with an useful message.
- Parameters:
pMessage
- a useful message relating to the encoder specific error.
${component.name} version 1.2 - Copyright © 2003 - Apache Software Foundation