jp.bitmeister.asn1.exception
Class ASN1IllegalArgument

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by jp.bitmeister.asn1.exception.ASN1RuntimeException
                  extended by jp.bitmeister.asn1.exception.ASN1IllegalArgument
All Implemented Interfaces:
java.io.Serializable

public class ASN1IllegalArgument
extends ASN1RuntimeException

The exception indicates that the argument is invalid.

Author:
WATANABE, Jun.
See Also:
Serialized Form

Constructor Summary
ASN1IllegalArgument()
           
 
Method Summary
 
Methods inherited from class jp.bitmeister.asn1.exception.ASN1RuntimeException
getMessage, setMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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

ASN1IllegalArgument

public ASN1IllegalArgument()