All Packages Class Hierarchy This Package Previous Next Index
Class iaik.asn1.CodingException
java.lang.Object
|
+----java.lang.Throwable
|
+----java.lang.Exception
|
+----iaik.asn1.CodingException
- public class CodingException
- extends Exception
Signals that an ASN.1 encoding or decoding exception has occured.
-
CodingException()
- Creates a CodingException without parameters.
-
CodingException(String)
- Creates a CodingException with a description string as parameter.
CodingException
public CodingException()
- Creates a CodingException without parameters.
CodingException
public CodingException(String s)
- Creates a CodingException with a description string as parameter.
- Parameters:
- s - the description string
All Packages Class Hierarchy This Package Previous Next Index