org.freehep.util.io
Class IncompleteActionException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.io.IOException
-
- org.freehep.util.io.IncompleteActionException
-
- All Implemented Interfaces:
- java.io.Serializable
public class IncompleteActionException extends java.io.IOExceptionException for the TaggedInputStream. Signals that the inputstream contains more bytes than the stream has read for this action.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor and Description IncompleteActionException(Action action, byte[] rest)Creates an Incomplete Action Exception
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description ActiongetAction()byte[]getBytes()
-
-
-
Constructor Detail
-
IncompleteActionException
public IncompleteActionException(Action action, byte[] rest)
Creates an Incomplete Action Exception- Parameters:
action- incompleted actionrest- unused bytes
-
-
Method Detail
-
getAction
public Action getAction()
- Returns:
- action
-
getBytes
public byte[] getBytes()
- Returns:
- unused bytes
-
-
DMelt 3.0 © DataMelt by jWork.ORG