de.schlichtherle.truezip.fs
Class FsSyncExceptionBuilder
java.lang.Object
de.schlichtherle.truezip.util.AbstractExceptionBuilder<C,E>
de.schlichtherle.truezip.io.ChainableIOExceptionBuilder<IOException,FsSyncException>
de.schlichtherle.truezip.fs.FsSyncExceptionBuilder
- All Implemented Interfaces:
- ExceptionBuilder<IOException,FsSyncException>, ExceptionHandler<IOException,FsSyncException>
@NotThreadSafe
public final class FsSyncExceptionBuilder
- extends ChainableIOExceptionBuilder<IOException,FsSyncException>
Assembles a FsSyncException from one or more IOExceptions by
chaining
them.
When the assembly is thrown or returned later, it is sorted by
priority.
- Author:
- Christian Schlichtherle
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FsSyncExceptionBuilder
public FsSyncExceptionBuilder()
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.