com.objsys.asn1j.runtime
Class Asn1InvalidObjectIDException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.objsys.asn1j.runtime.Asn1Exception
              extended bycom.objsys.asn1j.runtime.Asn1InvalidObjectIDException
All Implemented Interfaces:
java.io.Serializable

public class Asn1InvalidObjectIDException
extends Asn1Exception

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:

See Also:
Serialized Form

Constructor Summary
Asn1InvalidObjectIDException()
          This constructor creates an exception object with a default textual message.
 
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

Asn1InvalidObjectIDException

public Asn1InvalidObjectIDException()
This constructor creates an exception object with a default textual message.