FreeHEP API
Version current

org.freehep.util.io
Class IncompleteTagException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.freehep.util.io.IncompleteTagException
All Implemented Interfaces:
Serializable

public class IncompleteTagException
extends IOException

Exception for the TaggedInputStream. Signals that the inputstream contains more bytes than the stream has read for this tag.

Version:
$Id: IncompleteTagException.java,v 1.1 2001/11/20 17:11:54 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
See Also:
Serialized Form
Source Code:
IncompleteTagException.java

Constructor Summary
IncompleteTagException(Tag tag, byte[] rest)
           
 
Method Summary
 byte[] getBytes()
           
 Tag getTag()
           
 
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

IncompleteTagException

public IncompleteTagException(Tag tag,
                              byte[] rest)
Method Detail

getTag

public Tag getTag()

getBytes

public byte[] getBytes()

FreeHEP API
Version current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.