Package net.fabricmc.loader.api
Class EntrypointException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
net.fabricmc.loader.api.EntrypointException
- All Implemented Interfaces:
Serializable
Represents an exception that arises when obtaining entrypoints.
-
Constructor Summary
ConstructorDescriptionDeprecated.For internal use only, to be removed!EntrypointException
(String key, String causingMod, Throwable cause) Deprecated.For internal use only, use regular exceptions!EntrypointException
(String key, Throwable cause) Deprecated.For internal use only, to be removed!Deprecated.For internal use only, to be removed! -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
EntrypointException
Deprecated.For internal use only, to be removed! -
EntrypointException
Deprecated.For internal use only, use regular exceptions! -
EntrypointException
Deprecated.For internal use only, to be removed! -
EntrypointException
Deprecated.For internal use only, to be removed!
-
-
Method Details
-
getKey
Returns the key of entrypoint in which the exception arose.- Returns:
- the key
-