jp.bitmeister.asn1.exception
Class ASN1IllegalDefinition

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.ASN1IllegalDefinition
All Implemented Interfaces:
java.io.Serializable

public class ASN1IllegalDefinition
extends ASN1RuntimeException

The exception indicates that the type definition is illegal.

Author:
WATANABE, Jun.
See Also:
Serialized Form

Constructor Summary
ASN1IllegalDefinition()
           
 
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

ASN1IllegalDefinition

public ASN1IllegalDefinition()