Class FileFixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.util.filefix.FileFixException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
AbortedFileFixException, AtomicMoveNotSupportedFileFixException, FailedCleanupFileFixException
- See Also:
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionFileFixException(@Nullable Exception cause, @Nullable FileSystemCapabilities fileSystemCapabilities) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
fileSystemCapabilities
-
-
Constructor Details
-
FileFixException
public FileFixException(@Nullable Exception cause, @Nullable FileSystemCapabilities fileSystemCapabilities)
-
-
Method Details
-
createCrashReport
-
makeReportedException
-