Class CacheFileManagerException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.biglybt.core.diskmanager.cache.CacheFileManagerException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
static final int
private int
private final CacheFile
private int
-
Constructor Summary
ConstructorsConstructorDescriptionCacheFileManagerException
(CacheFile _file, String _str) CacheFileManagerException
(CacheFile _file, String _str, Throwable _cause) CacheFileManagerException
(CacheFile _file, String _str, Throwable _cause, int _fail_index) -
Method Summary
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:
-
file
-
fail_index
private int fail_index -
type
private int type
-
-
Constructor Details
-
CacheFileManagerException
-
CacheFileManagerException
-
CacheFileManagerException
-
-
Method Details
-
setType
public void setType(int _type) -
getType
public int getType() -
getFile
-
getFailIndex
public int getFailIndex()
-