FreeHEP API
Version v1.2

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: IncompleteActionException.java,v 1.1 2001/11/20 17:11:54 duns Exp $
Author:
Mark Donszelmann, Charles Loomis
See Also:
Serialized Form

Constructor Summary
IncompleteActionException(Action action, byte[] rest)
           
 
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)
Method Detail

getAction

public Action getAction()

getBytes

public byte[] getBytes()

FreeHEP API
Version v1.2

Copyright © 2000-2003 FreeHEP, All Rights Reserved.