org.w3c.tools.codec
Class Base64FormatException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.w3c.tools.codec.Base64FormatException
- All Implemented Interfaces:
- Serializable
public class Base64FormatException
- extends Exception
Exception for invalid BASE64 streams.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Base64FormatException
public Base64FormatException(String msg)
- Create that kind of exception
- Parameters:
msg - The associated error message
Copyright © 2012. All Rights Reserved.