|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Error
java.io.IOError
org.apache.cassandra.io.FSError
public abstract class FSError
Field Summary | |
---|---|
java.io.File |
path
|
Constructor Summary | |
---|---|
FSError(java.lang.Throwable cause,
java.io.File path)
|
Method Summary | |
---|---|
static FSError |
findNested(java.lang.Throwable top)
Unwraps the Throwable cause chain looking for an FSError instance |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.io.File path
Constructor Detail |
---|
public FSError(java.lang.Throwable cause, java.io.File path)
Method Detail |
---|
public static FSError findNested(java.lang.Throwable top)
top
- the top-level Throwable to unwrap
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |