Quilt Loader 1
Loading...
Searching...
No Matches
net.fabricmc.loader.api.EntrypointException Class Reference

Represents an exception that arises when obtaining entrypoints. More...

Inheritance diagram for net.fabricmc.loader.api.EntrypointException:

Public Member Functions

 EntrypointException (String key, Throwable cause)
 EntrypointException (String key, String causingMod, Throwable cause)
 EntrypointException (String s)
 EntrypointException (Throwable t)
 EntrypointException (QuiltLoader quiltLoader, org.quiltmc.loader.api.entrypoint.EntrypointException t)
String getKey ()
 Returns the key of entrypoint in which the exception arose.

Detailed Description

Represents an exception that arises when obtaining entrypoints.

See also
FabricLoader#getEntrypointContainers(String, Class)
Deprecated
This is only thrown by the deprecated FabricLoader.

Constructor & Destructor Documentation

◆ EntrypointException() [1/5]

net.fabricmc.loader.api.EntrypointException.EntrypointException ( String key,
Throwable cause )
inline
Deprecated
For internal use only, to be removed!

◆ 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
Deprecated
For internal use only, to be removed!

◆ EntrypointException() [4/5]

net.fabricmc.loader.api.EntrypointException.EntrypointException ( Throwable t)
inline
Deprecated
For internal use only, to be removed!

◆ EntrypointException() [5/5]

net.fabricmc.loader.api.EntrypointException.EntrypointException ( QuiltLoader quiltLoader,
org.quiltmc.loader.api.entrypoint.EntrypointException t )
inline
Parameters
quiltLoaderused to differentiate this from other constructors.

Member Function Documentation

◆ 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