com.objsys.asn1j.runtime
Class Asn1SetDuplicateException

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

public class Asn1SetDuplicateException
extends Asn1Exception

This class defines the 'ASN.1 set duplicate element' exception that is thrown from BER/DER methods when a SET construct is detected to more than one instance of a given tagged element..

See Also:
Serialized Form

Constructor Summary
Asn1SetDuplicateException(Asn1BerDecodeBuffer buffer, Asn1Tag tag)
          This constructor creates an exception object with a textual message describing the tag of the duplicate element..
 
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

Asn1SetDuplicateException

public Asn1SetDuplicateException(Asn1BerDecodeBuffer buffer,
                                 Asn1Tag tag)
This constructor creates an exception object with a textual message describing the tag of the duplicate element..

Parameters:
buffer - BER decode buffer object reference
tag - Tag value of duplicate element