org.apache.commons.codec
Class EncoderException

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

public class EncoderException
extends java.lang.Exception

An EncoderException is thrown when there is a failure condition during the encoding process.

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
EncoderException(java.lang.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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncoderException

public EncoderException(java.lang.String pMessage)
Create a new instance of this exception with an informative message.

Parameters:
pMessage - a human intelligible message


Copyright (c) 2003 - Apache Software Foundation