Documentation of 'org.freehep.util.io.IncompleteTagException' Java class
IncompleteTagException
org.freehep.util.io

Class IncompleteTagException

  • All Implemented Interfaces:
    java.io.Serializable


    public class IncompleteTagException
    extends java.io.IOException
    Exception for the TaggedInputStream. Signals that the inputstream contains more bytes than the stream has read for this tag.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      IncompleteTagException(Tag tag, byte[] rest)
      Creates an Incomplete Tag Exception
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      byte[] getBytes() 
      Tag getTag() 
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • IncompleteTagException

        public IncompleteTagException(Tag tag,
                                      byte[] rest)
        Creates an Incomplete Tag Exception
        Parameters:
        tag - incomplete tag
        rest - unused bytes
    • Method Detail

      • getTag

        public Tag getTag()
        Returns:
        tag
      • getBytes

        public byte[] getBytes()
        Returns:
        unused bytes

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.