|
|||||||||
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.Asn1NotInSetException
public class Asn1NotInSetException
This class defines the 'ASN.1 element not in set' exception that is thrown from BER/DER methods when an element is parsed within the context of a SET that does not belong to the set.
Constructor Summary | |
---|---|
Asn1NotInSetException(Asn1BerDecodeBuffer buffer,
Asn1Tag tag)
This constructor creates an exception object with a textual message describing the tag of the duplicate element. |
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 Asn1NotInSetException(Asn1BerDecodeBuffer buffer, Asn1Tag tag)
buffer
- BER decode buffer object referencetag
- Tag value of element that is not in the set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |