public class Asn1UnexpectedElementException extends Asn1Exception
This class defines the ASN.1 unexpected element exception
that is thrown when an unexpected element is detected in a
SEQUENCE or SET type.
This exception may be thrown when an element is decoded in a
SEQUENCE or SET that was not specified in the input
grammar. This is distinguished from the Asn1SeqOrderException,
which is thrown when elements are decoded out of order.
| Constructor and Description |
|---|
Asn1UnexpectedElementException()
This constructor creates an exception object with a default
textual message.
|