de.schlichtherle.io
Class ArchiveInputBusyWarningException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by de.schlichtherle.io.ChainableIOException
                  extended by de.schlichtherle.io.ArchiveException
                      extended by de.schlichtherle.io.ArchiveWarningException
                          extended by de.schlichtherle.io.ArchiveBusyWarningException
                              extended by de.schlichtherle.io.ArchiveInputBusyWarningException
All Implemented Interfaces:
Serializable, Cloneable

public class ArchiveInputBusyWarningException
extends ArchiveBusyWarningException

Like its super class, but indicates the existance of open input streams.

Version:
TrueZIP 6.7
Author:
Christian Schlichtherle
See Also:
Using Archive Entry Streams, File.umount(), File.update(), Serialized Form

Constructor Summary
ArchiveInputBusyWarningException(ArchiveException priorException, String cPath, int numStreams)
           
 
Method Summary
 int getNumStreams()
          Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.
 
Methods inherited from class de.schlichtherle.io.ArchiveWarningException
getPriority
 
Methods inherited from class de.schlichtherle.io.ChainableIOException
clone, getAppearance, getMaxPrintExceptions, getPrior, initCause, initCause, printStackTrace, printStackTrace, printStackTrace, printStackTrace, setMaxPrintExceptions, sortAppearance, sortPriority
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveInputBusyWarningException

public ArchiveInputBusyWarningException(ArchiveException priorException,
                                        String cPath,
                                        int numStreams)
Method Detail

getNumStreams

public int getNumStreams()
Returns the number of open entry input streams, whereby an open stream is a stream which's close() method hasn't been called.