org.ajax4jsf.util.base64
Class EncoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.ajax4jsf.util.base64.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.1.2.1 2007/01/09 18:59:12 alexsmirnov Exp $
Author:
Apache Software Foundation
See Also:
Serialized Form

Constructor Summary
EncoderException(String pMessage)
          Creates a new instance of this exception with an useful 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)
Creates a new instance of this exception with an useful message.

Parameters:
pMessage - a useful message relating to the encoder specific error.


Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.