com.objsys.asn1j.runtime
Class Asn1InvalidArgException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.objsys.asn1j.runtime.Asn1Exception
                  extended by com.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..
 
Method Summary
 
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