Class Base64.InvalidBase64DigitFound

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--Base64.InvalidBase64DigitFound
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Base64

public static class Base64.InvalidBase64DigitFound
extends java.lang.Exception

This exception is thrown when an invalid character is found as a digit in a Base64 encoded string that is being decoded.

See Also:
Serialized Form

Constructor Summary
Base64.InvalidBase64DigitFound(java.lang.String msg)
           
 
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

Base64.InvalidBase64DigitFound

public Base64.InvalidBase64DigitFound(java.lang.String msg)