Class AbortedFileFixException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.minecraft.util.filefix.FileFixException
net.minecraft.util.filefix.AbortedFileFixException
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsFields inherited from class FileFixException
fileSystemCapabilities -
Constructor Summary
ConstructorsConstructorDescriptionAbortedFileFixException(Exception cause) AbortedFileFixException(Exception cause, List<FileMove> notRevertedMoves, @Nullable FileSystemCapabilities fileSystemCapabilities) -
Method Summary
Methods inherited from class FileFixException
makeReportedExceptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
notRevertedMoves
-
-
Constructor Details
-
AbortedFileFixException
public AbortedFileFixException(Exception cause, List<FileMove> notRevertedMoves, @Nullable FileSystemCapabilities fileSystemCapabilities) -
AbortedFileFixException
-
-
Method Details
-
notRevertedMoves
-
createCrashReport
- Overrides:
createCrashReportin classFileFixException
-