org.freehep.util.io
Class IncompleteActionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by 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: IncompleteActionException.java 8584 2006-08-10 23:06:37Z duns $
Author:
Mark Donszelmann, Charles Loomis
See Also:
Serialized Form

Constructor Summary
IncompleteActionException(Action action, byte[] rest)
          Creates an Incomplete Action Exception
 
Method Summary
 Action getAction()
           
 byte[] getBytes()
           
 
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

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


Copyright © 2000-2007 FreeHEP. All Rights Reserved.