FreeHEP API
Version current

org.freehep.util.io
Class IncompleteActionException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended byorg.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
Source Code:
IncompleteActionException.java

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 current

Copyright © 2000-2004 FreeHEP, All Rights Reserved.