|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
com.objsys.asn1j.runtime.Asn1Exception
com.objsys.asn1j.runtime.Asn1MissingRequiredException
This class defines the 'ASN.1 set missing required element' exception that is thrown from BER/DER methods when a SET construct is decoded and found to be missing a required element..
| Constructor Summary | |
Asn1MissingRequiredException(Asn1BerDecodeBuffer buffer)
This constructor creates an exception object with a textual message describing the error. |
|
Asn1MissingRequiredException(java.lang.String elemName)
This constructor creates an exception object with a textual message describing the error including the name of the required element that is missing. |
|
| 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 Asn1MissingRequiredException(Asn1BerDecodeBuffer buffer)
buffer - BER decode buffer object referencepublic Asn1MissingRequiredException(java.lang.String elemName)
elemName - Name of missing required element
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||