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

Class IncompleteActionException

  • All Implemented Interfaces:
    java.io.Serializable


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      Action getAction() 
      byte[] getBytes() 
      • 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

      • IncompleteActionException

        public IncompleteActionException(Action action,
                                         byte[] rest)
        Creates an Incomplete Action Exception
        Parameters:
        action - incompleted action
        rest - unused bytes
    • Method Detail

      • getAction

        public Action getAction()
        Returns:
        action
      • getBytes

        public byte[] getBytes()
        Returns:
        unused bytes

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.