com.objsys.asn1j.runtime
Class Asn1InvalidArgException

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

public class Asn1InvalidArgException
extends Asn1Exception

This class defines the 'ASN.1 invalid argument' exception that is thrown when as argument that is passed to a method is determined to be invalid (for example, not within a defined range)..

See Also:
Serialized Form

Constructor Summary
Asn1InvalidArgException(java.lang.String argName, java.lang.String argValue)
          This constructor creates an exception object with a textual message describing the argument that was invalid..
 
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

Asn1InvalidArgException

public Asn1InvalidArgException(java.lang.String argName,
                               java.lang.String argValue)
This constructor creates an exception object with a textual message describing the argument that was invalid..

Parameters:
argName - Name of invalid argument
argValue - Value of invalid argument