com.objsys.asn1j.runtime
Class Asn1MderUnsupported

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

public class Asn1MderUnsupported
extends Asn1Exception

The ASN1C runtime throws this exception whenever it is unable to proceed due to the restrictive nature of the MDER encoding rules. Generally, the conditions under which this exception would be thrown should be detected at the time of ASN.1 compilation, so this exception both suggests a code generation error and an incompatibility between the compiled ASN.1 and the MDER.

See Also:
Serialized Form

Constructor Summary
Asn1MderUnsupported()
           
Asn1MderUnsupported(java.lang.String string)
           
 
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

Asn1MderUnsupported

public Asn1MderUnsupported()

Asn1MderUnsupported

public Asn1MderUnsupported(java.lang.String string)