org.shlublu.javax.data
Class Base64Exception

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.shlublu.javax.data.Base64Exception
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
TruncatedBase64CodeException, UnexpectedPadException, UnknownBase64DigitException

public abstract class Base64Exception
extends java.lang.Exception

Thrown when a problem occurs using Base64

Since:
0.7
See Also:
Base64, Serialized Form

Constructor Summary
Base64Exception()
           
Base64Exception(java.lang.String str)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64Exception

public Base64Exception()

Base64Exception

public Base64Exception(java.lang.String str)