Package jp.bitmeister.asn1.exception

Contains the exceptions related to this library.

See:
          Description

Exception Summary
ASN1DecodingException The exception indicates that an error occurred while decoding process.
ASN1EncodingException The exception indicates taht an error occurred while encoding process.
ASN1Exception The general exception that related to this library and should be caught.
ASN1IllegalArgument The exception indicates that the argument is invalid.
ASN1IllegalDefinition The exception indicates that the type definition is illegal.
ASN1InvalidDataValue The exception indicates that the value of data is invalid.
ASN1RuntimeException The general exception that related to this library and not requied to be caught.
 

Package jp.bitmeister.asn1.exception Description

Contains the exceptions related to this library.