Represents an exception that arises when obtaining entrypoints.
More...
Represents an exception that arises when obtaining entrypoints.
- See also
- FabricLoader#getEntrypointContainers(String, Class)
- Deprecated
- This is only thrown by the deprecated
FabricLoader.
◆ EntrypointException() [1/5]
| net.fabricmc.loader.api.EntrypointException.EntrypointException |
( |
String | key, |
|
|
Throwable | cause ) |
|
inline |
◆ EntrypointException() [2/5]
| net.fabricmc.loader.api.EntrypointException.EntrypointException |
( |
String | key, |
|
|
String | causingMod, |
|
|
Throwable | cause ) |
|
inline |
- Deprecated
- For internal use only, use regular exceptions!
◆ EntrypointException() [3/5]
| net.fabricmc.loader.api.EntrypointException.EntrypointException |
( |
String | s | ) |
|
|
inline |
◆ EntrypointException() [4/5]
| net.fabricmc.loader.api.EntrypointException.EntrypointException |
( |
Throwable | t | ) |
|
|
inline |
◆ EntrypointException() [5/5]
- Parameters
-
| quiltLoader | used to differentiate this from other constructors. |
◆ getKey()
| String net.fabricmc.loader.api.EntrypointException.getKey |
( |
| ) |
|
|
inline |
Returns the key of entrypoint in which the exception arose.
- Returns
- the key
The documentation for this class was generated from the following file:
- src/fabric/api/java/net/fabricmc/loader/api/EntrypointException.java