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:
- Serializable
public class IncompleteActionException
- extends IOException
Exception for the TaggedInputStream. Signals that the inputstream contains
more bytes than the stream has read for this action.
- Version:
- $Id:
src/main/java/org/freehep/util/io/IncompleteActionException.java
96b41b903496 2005/11/21 19:50:18 duns $
- Author:
- Mark Donszelmann, Charles Loomis
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
IncompleteActionException
public IncompleteActionException(Action action,
byte[] rest)
- Creates an Incomplete Action Exception
- Parameters:
action - incompleted actionrest - unused bytes
getAction
public Action getAction()
- Returns:
- action
getBytes
public byte[] getBytes()
- Returns:
- unused bytes
Copyright © 2012. All Rights Reserved.