public abstract class FSError
extends java.io.IOError
| Modifier and Type | Field and Description | 
|---|---|
| java.io.File | path | 
| Constructor and Description | 
|---|
| FSError(java.lang.Throwable cause,
       java.io.File path) | 
| Modifier and Type | Method and Description | 
|---|---|
| static FSError | findNested(java.lang.Throwable top)Unwraps the Throwable cause chain looking for an FSError instance | 
public static FSError findNested(java.lang.Throwable top)
top - the top-level Throwable to unwrapCopyright © 2018 The Apache Software Foundation