Class FileOperationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
dan200.computercraft.api.filesystem.FileOperationException
- All Implemented Interfaces:
Serializable
An
IOException
which occurred on a specific file.
This may be thrown from a Mount
or WritableMount
to give more information about a failure.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFileOperationException
(@Nullable String filename, String message) FileOperationException
(String message) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FileOperationException
-
FileOperationException
-
-
Method Details
-
getFilename
-