public class Asn1InvalidChoiceOptionException extends Asn1Exception
| Constructor and Description |
|---|
Asn1InvalidChoiceOptionException()
The default constructor is invoked in the encode logic if the object
assigned to the choice item is not in the allowed set..
|
Asn1InvalidChoiceOptionException(Asn1BerDecodeBuffer buffer,
Asn1Tag tag)
This constructor creates an exception object with a textual message
describing the tag of the invalid element..
|
Asn1InvalidChoiceOptionException(Asn1PerDecodeBuffer buffer,
int index)
This constructor creates an exception object with a textual message
describing the PER choice index of the invalid element..
|
public Asn1InvalidChoiceOptionException(Asn1BerDecodeBuffer buffer, Asn1Tag tag)
buffer - BER decode buffer object referencetag - Tag value of duplicate elementpublic Asn1InvalidChoiceOptionException(Asn1PerDecodeBuffer buffer, int index)
buffer - PER decode buffer object referenceindex - Parsed choice index valuepublic Asn1InvalidChoiceOptionException()