unsw.cse.mica.util
Class Base64.CorruptedDataException
java.lang.Object
java.lang.Throwable
java.lang.Exception
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
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 |
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)