|
|||||||||
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.Asn1TagMatchFailedException
public class Asn1TagMatchFailedException
This class defines the 'ASN.1 tag match failed' exception that is thrown from BER/DER methods when an expected tag is not matched..
Constructor Summary | |
---|---|
Asn1TagMatchFailedException(Asn1BerDecodeBuffer buffer,
Asn1Tag expectedTag)
This constructor creates an exception object with a textual message describing only the expected tag value. |
|
Asn1TagMatchFailedException(Asn1BerDecodeBuffer buffer,
Asn1Tag expectedTag,
Asn1Tag parsedTag)
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 Asn1TagMatchFailedException(Asn1BerDecodeBuffer buffer, Asn1Tag expectedTag, Asn1Tag parsedTag)
buffer
- BER decode buffer object referenceexpectedTag
- Expected tag valueparsedTag
- Parsed tag valuepublic Asn1TagMatchFailedException(Asn1BerDecodeBuffer buffer, Asn1Tag expectedTag)
buffer
- BER decode buffer object referenceexpectedTag
- Expected tag value
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |