|
|||||||||
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.Asn1MissingRequiredException
public class 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(Asn1BerDecodeBuffer buffer,
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 and the location in the buffer where it failed. |
|
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. |
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 Asn1MissingRequiredException(Asn1BerDecodeBuffer buffer)
buffer
- BER decode buffer object referencepublic Asn1MissingRequiredException(Asn1BerDecodeBuffer buffer, java.lang.String elemName)
buffer
- BER decode bufferelemName
- Name of missing required elementpublic 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 |