Asn1InvalidObjectIDException Class Reference
Inheritance diagram for Asn1InvalidObjectIDException:
Public Member Functions | |
Asn1InvalidObjectIDException () |
Detailed Description
This class defines the 'ASN.1 invalid object identifier' exception that is thrown when an Object Identifier is determined to be invalid.
Things that can cause this to be thrown are:
- Max subID's (128) exceeded.
- Not enough subID's in the OID (must contain at least 2).
- First subID > 2 and/or second subID > 40.
Constructor & Destructor Documentation
This constructor creates an exception object with a default textual message.