|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use SequentialIOException | |
|---|---|
| de.schlichtherle.truezip.fs | Provides access to (possibly federated virtual) file systems. |
| de.schlichtherle.truezip.io | General I/O utilities. |
| Uses of SequentialIOException in de.schlichtherle.truezip.fs |
|---|
| Subclasses of SequentialIOException in de.schlichtherle.truezip.fs | |
|---|---|
class |
FsSyncException
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system. |
class |
FsSyncWarningException
Indicates an exceptional condition when synchronizing the changes in a federated file system to its parent file system. |
| Uses of SequentialIOException in de.schlichtherle.truezip.io |
|---|
| Classes in de.schlichtherle.truezip.io with type parameters of type SequentialIOException | |
|---|---|
class |
SequentialIOExceptionBuilder<C extends Exception,E extends SequentialIOException>
Assembles a SequentialIOException from one or more Exceptions by
chaining
them. |
| Fields in de.schlichtherle.truezip.io declared as SequentialIOException | |
|---|---|
private SequentialIOException |
SequentialIOException.predecessor
The tail of this exception chain. |
| Fields in de.schlichtherle.truezip.io with type parameters of type SequentialIOException | |
|---|---|
(package private) static Comparator<SequentialIOException> |
SequentialIOException.INDEX_COMP
Compares two chainable I/O exceptions in descending order of their appearance. |
(package private) static Comparator<SequentialIOException> |
SequentialIOException.PRIORITY_COMP
Compares two chainable I/O exceptions in descending order of their priority. |
| Methods in de.schlichtherle.truezip.io that return SequentialIOException | |
|---|---|
SequentialIOException |
SequentialIOException.clone()
Returns a shallow clone of this exception. |
SequentialIOException |
SequentialIOException.getPredecessor()
Returns the exception chain represented by the predecessing exception, or null if no predecessing exception exists or this property
hasn't been
initialized yet. |
SequentialIOException |
SequentialIOException.initCause(Throwable cause)
|
SequentialIOException |
SequentialIOException.initPredecessor(SequentialIOException predecessor)
Initializes the predecessor of this chainable exception to the given object. |
private SequentialIOException |
SequentialIOException.insert(SequentialIOException element,
Comparator<SequentialIOException> cmp)
|
private SequentialIOException |
SequentialIOException.sort(Comparator<SequentialIOException> cmp)
|
SequentialIOException |
SequentialIOException.sortAppearance()
Sorts the elements of this exception chain in descending order of their appearance. |
SequentialIOException |
SequentialIOException.sortPriority()
Sorts the elements of this exception chain in descending order of their priority. |
| Methods in de.schlichtherle.truezip.io that return types with arguments of type SequentialIOException | |
|---|---|
static SequentialIOExceptionBuilder<SequentialIOException,SequentialIOException> |
SequentialIOExceptionBuilder.create()
Static constructor provided for comforting the most prominent use case. |
static SequentialIOExceptionBuilder<SequentialIOException,SequentialIOException> |
SequentialIOExceptionBuilder.create()
Static constructor provided for comforting the most prominent use case. |
| Methods in de.schlichtherle.truezip.io with parameters of type SequentialIOException | |
|---|---|
SequentialIOException |
SequentialIOException.initPredecessor(SequentialIOException predecessor)
Initializes the predecessor of this chainable exception to the given object. |
private SequentialIOException |
SequentialIOException.insert(SequentialIOException element,
Comparator<SequentialIOException> cmp)
|
private void |
SequentialIOException.setPredecessor(SequentialIOException predecessor)
|
| Method parameters in de.schlichtherle.truezip.io with type arguments of type SequentialIOException | |
|---|---|
private SequentialIOException |
SequentialIOException.insert(SequentialIOException element,
Comparator<SequentialIOException> cmp)
|
private SequentialIOException |
SequentialIOException.sort(Comparator<SequentialIOException> cmp)
|
|
TrueZIP Kernel 7.0-rc2 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||