unsw.cse.mica.util
Class Base64.CorruptedDataException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by unsw.cse.mica.util.Base64.CorruptedDataException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Base64

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

An exception that is thrown when base64 data is decoded and it is found to be corrupted.

Author:
mmcgill
See Also:
Serialized Form

Constructor Summary
Base64.CorruptedDataException()
           
Base64.CorruptedDataException(char c)
           
Base64.CorruptedDataException(java.lang.String msg)
           
Base64.CorruptedDataException(java.lang.String msg, java.lang.Throwable cause)
           
Base64.CorruptedDataException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64.CorruptedDataException

public Base64.CorruptedDataException()

Base64.CorruptedDataException

public Base64.CorruptedDataException(char c)

Base64.CorruptedDataException

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

Base64.CorruptedDataException

public Base64.CorruptedDataException(java.lang.String msg,
                                     java.lang.Throwable cause)

Base64.CorruptedDataException

public Base64.CorruptedDataException(java.lang.Throwable cause)