TrueZIP 6.8

Uses of Class
de.schlichtherle.io.ChainableIOException

Packages that use ChainableIOException
de.schlichtherle.io Provides transparent, multi-threaded read/write access to archive files (ZIP, TAR, etc) and their entries as if they were (virtual) directories and files. 
 

Uses of ChainableIOException in de.schlichtherle.io
 

Subclasses of ChainableIOException in de.schlichtherle.io
 class ArchiveBusyException
          Thrown if an archive file could not get updated because some input or output streams for its entries are still open.
 class ArchiveBusyWarningException
          Thrown if an archive file has been successfully updated, but some input or output streams for its entries have been forced to close.
 class ArchiveException
          Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does incur loss of data.
 class ArchiveInputBusyException
          Like its super class, but indicates the existance of open input streams.
 class ArchiveInputBusyWarningException
          Like its super class, but indicates the existance of open input streams.
 class ArchiveOutputBusyException
          Like its super class, but indicates the existance of open output streams.
 class ArchiveOutputBusyWarningException
          Like its super class, but indicates the existance of open output streams.
 class ArchiveWarningException
          Represents a chain of exceptions thrown by the File.umount() and File.update() methods to indicate an error condition which does not incur loss of data and may be ignored.
 

Methods in de.schlichtherle.io that return ChainableIOException
 ChainableIOException ChainableIOException.getPrior()
           
 ChainableIOException ChainableIOException.sortAppearance()
          Sorts the elements of this exception chain in descending order of their appearance.
 ChainableIOException ChainableIOException.sortPriority()
          Sorts the elements of this exception chain in descending order of their priority.
 

Constructors in de.schlichtherle.io with parameters of type ChainableIOException
ChainableIOException(ChainableIOException priorException)
          Constructs a new exception with the specified prior exception.
ChainableIOException(ChainableIOException priorException, IOException cause)
          Constructs a new exception with the specified prior exception and the cause.
ChainableIOException(ChainableIOException priorException, String message)
          Constructs a new exception with the specified prior exception and a message.
ChainableIOException(ChainableIOException priorException, String message, IOException cause)
          Constructs a new exception with the specified prior exception, a message and a cause.
 


TrueZIP 6.8

Copyright © 2005-2010 Schlichtherle IT Services. All Rights Reserved.