public abstract class FSError
extends java.io.IOError
Modifier and Type | Field and Description |
---|---|
java.lang.String |
path |
Constructor and Description |
---|
FSError(java.lang.String message,
java.lang.Throwable cause,
File path) |
FSError(java.lang.String message,
java.lang.Throwable cause,
java.nio.file.Path path) |
FSError(java.lang.Throwable cause,
File path) |
FSError(java.lang.Throwable cause,
java.nio.file.Path path) |
Modifier and Type | Method and Description |
---|---|
static FSError |
findNested(java.lang.Throwable top)
Unwraps the Throwable cause chain looking for an FSError instance
|
java.lang.String |
toString() |
public FSError(java.lang.Throwable cause, File path)
public FSError(java.lang.Throwable cause, java.nio.file.Path path)
public FSError(java.lang.String message, java.lang.Throwable cause, File path)
public FSError(java.lang.String message, java.lang.Throwable cause, java.nio.file.Path path)
public static FSError findNested(java.lang.Throwable top)
top
- the top-level Throwable to unwrappublic java.lang.String toString()
toString
in class java.lang.Throwable
Copyright © 2009- The Apache Software Foundation