Class BackendCreationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.mojang.blaze3d.systems.BackendCreationException
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBackendCreationException(String message, BackendCreationException.Reason reason) BackendCreationException(String message, BackendCreationException.Reason reason, List<String> missingCapabilities) -
Method Summary
Modifier and TypeMethodDescriptionMethods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Field Details
-
reason
-
missingCapabilities
-
-
Constructor Details
-
BackendCreationException
public BackendCreationException(String message, BackendCreationException.Reason reason, List<String> missingCapabilities) -
BackendCreationException
-
-
Method Details
-
getReason
-
getMissingCapabilities
-