com.objsys.asn1j.runtime
Class Asn1EndOfBufferException

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

public class Asn1EndOfBufferException
extends Asn1Exception

This class defines the 'ASN.1 end of buffer' exception that is thrown when an unexpected end-of-buffer condition is encountered when decoding a message..

See Also:
Serialized Form

Constructor Summary
Asn1EndOfBufferException(Asn1DecodeBuffer buffer)
          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

Asn1EndOfBufferException

public Asn1EndOfBufferException(Asn1DecodeBuffer buffer)
This constructor creates an exception object with a textual message describing the tag of the duplicate element..

Parameters:
buffer - Decode buffer object reference