org.opengts.util
Class Base64.Base64DecodeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opengts.util.Base64.Base64DecodeException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Base64

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

Base64 Decode Parse Exception

See Also:
Serialized Form

Constructor Summary
Base64.Base64DecodeException(java.lang.String msg)
           
 
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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Base64.Base64DecodeException

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