|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException com.objsys.asn1j.runtime.Asn1Exception com.objsys.asn1j.runtime.Asn1ValueParseException
public class Asn1ValueParseException
This class defines the 'ASN.1 value parse' exception that is thrown when a string containing an ASN.1 value cannot be parsed.
Constructor Summary | |
---|---|
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. |
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 |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |