|
TrueZIP 6.8.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| 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. |
| Fields in de.schlichtherle.io declared as ChainableIOException | |
|---|---|
private ChainableIOException |
ChainableIOException.prior
The tail chain of this exception chain. |
| Methods in de.schlichtherle.io that return ChainableIOException | |
|---|---|
ChainableIOException |
ChainableIOException.getPrior()
|
private ChainableIOException |
ChainableIOException.insert(ChainableIOException element,
Comparator comp)
|
private ChainableIOException |
ChainableIOException.sort(Comparator comp)
|
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. |
| Methods in de.schlichtherle.io with parameters of type ChainableIOException | |
|---|---|
private ChainableIOException |
ChainableIOException.insert(ChainableIOException element,
Comparator comp)
|
| 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.2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||