All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class fr.inria.openmath.omapi.implementation.Base64FormatException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----fr.inria.openmath.omapi.implementation.Base64FormatException

public class Base64FormatException
extends Exception
Exception for invalid BASE64 streams.


Constructor Index

 o Base64FormatException(String)
Creates that kind of exception.

Constructors

 o Base64FormatException
 public Base64FormatException(String msg)
Creates that kind of exception.

Parameters:
msg - The associated error message

All Packages  Class Hierarchy  This Package  Previous  Next  Index