TrueZIP Kernel 7.0-rc1

Uses of Class
de.schlichtherle.truezip.io.ChainableIOException

Packages that use ChainableIOException
de.schlichtherle.truezip.fs Provides access to (possibly federated virtual) file systems. 
de.schlichtherle.truezip.io General I/O utilities. 
 

Uses of ChainableIOException in de.schlichtherle.truezip.fs
 

Subclasses of ChainableIOException 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 ChainableIOException in de.schlichtherle.truezip.io
 

Classes in de.schlichtherle.truezip.io with type parameters of type ChainableIOException
 class ChainableIOExceptionBuilder<C extends Exception,E extends ChainableIOException>
          Assembles a ChainableIOException from one or more Exceptions by chaining them.
 

Fields in de.schlichtherle.truezip.io declared as ChainableIOException
private  ChainableIOException ChainableIOException.predecessor
          The tail of this exception chain.
 

Fields in de.schlichtherle.truezip.io with type parameters of type ChainableIOException
(package private) static Comparator<ChainableIOException> ChainableIOException.INDEX_COMP
          Compares two chainable I/O exceptions in descending order of their appearance.
(package private) static Comparator<ChainableIOException> ChainableIOException.PRIORITY_COMP
          Compares two chainable I/O exceptions in descending order of their priority.
 

Methods in de.schlichtherle.truezip.io that return ChainableIOException
 ChainableIOException ChainableIOException.clone()
          Returns a shallow clone of this exception.
 ChainableIOException ChainableIOException.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.
 ChainableIOException ChainableIOException.initCause(Throwable cause)
           
 ChainableIOException ChainableIOException.initPredecessor(ChainableIOException predecessor)
          Initializes the predecessor of this chainable exception to the given object.
private  ChainableIOException ChainableIOException.insert(ChainableIOException element, Comparator<ChainableIOException> cmp)
           
private  ChainableIOException ChainableIOException.sort(Comparator<ChainableIOException> cmp)
           
 ChainableIOException ChainableIOException.sortIndex()
          Sorts the elements of this exception chain in descending order of their index.
 ChainableIOException ChainableIOException.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 ChainableIOException
static ChainableIOExceptionBuilder<ChainableIOException,ChainableIOException> ChainableIOExceptionBuilder.create()
          Static constructor provided for comforting the most prominent use case.
static ChainableIOExceptionBuilder<ChainableIOException,ChainableIOException> ChainableIOExceptionBuilder.create()
          Static constructor provided for comforting the most prominent use case.
 

Methods in de.schlichtherle.truezip.io with parameters of type ChainableIOException
 ChainableIOException ChainableIOException.initPredecessor(ChainableIOException predecessor)
          Initializes the predecessor of this chainable exception to the given object.
private  ChainableIOException ChainableIOException.insert(ChainableIOException element, Comparator<ChainableIOException> cmp)
           
private  void ChainableIOException.setPredecessor(ChainableIOException predecessor)
           
 

Method parameters in de.schlichtherle.truezip.io with type arguments of type ChainableIOException
private  ChainableIOException ChainableIOException.insert(ChainableIOException element, Comparator<ChainableIOException> cmp)
           
private  ChainableIOException ChainableIOException.sort(Comparator<ChainableIOException> cmp)
           
 


TrueZIP Kernel 7.0-rc1

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