com.google.gdata.util.common.util
Class Base64DecoderException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.google.gdata.util.common.util.Base64DecoderException
All Implemented Interfaces:
java.io.Serializable

public class Base64DecoderException
extends java.lang.Exception

Exception thrown when encountering an invalid Base64 input character.

This class may be used with the Google Web Toolkit (GWT).

See Also:
Serialized Form

Constructor Summary
Base64DecoderException()
           
Base64DecoderException(java.lang.String s)
           
 
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

Base64DecoderException

public Base64DecoderException()

Base64DecoderException

public Base64DecoderException(java.lang.String s)