Class FMFileManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.diskmanager.file.FMFileManagerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
private boolean
private int
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
getType()
boolean
void
setRecoverable
(boolean _recoverable) void
setType
(int _type) Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
ET_OTHER
public static final int ET_OTHER- See Also:
-
ET_FILE_OR_DIR_MISSING
public static final int ET_FILE_OR_DIR_MISSING- See Also:
-
type
private int type -
recoverable
private boolean recoverable
-
-
Constructor Details
-
FMFileManagerException
-
FMFileManagerException
-
-
Method Details
-
setType
public void setType(int _type) -
getType
public int getType() -
setRecoverable
public void setRecoverable(boolean _recoverable) -
isRecoverable
public boolean isRecoverable()
-