public class Asn1ValueParseException extends Asn1Exception
| Constructor and Description | 
|---|
Asn1ValueParseException(java.lang.String text)
This constructor creates an exception object with a textual message
 describing the expected and parsed tag values. 
 | 
Asn1ValueParseException(java.lang.String text,
                       int offset)
This constructor creates an exception object with a textual message
 describing the expected and parsed tag values. 
 | 
public Asn1ValueParseException(java.lang.String text)
text - The value string that could not be parsedpublic Asn1ValueParseException(java.lang.String text,
                               int offset)
text - The value string that could not be parsedoffset - Byte offset to error location in string