org.apache.commons.codec
Class EncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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.
 
Method Summary
 
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

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.