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.


Constructor Index

 o CodingException()
Creates a CodingException without parameters.
 o CodingException(String)
Creates a CodingException with a description string as parameter.

Constructors

 o CodingException
 public CodingException()
Creates a CodingException without parameters.

 o 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