Quilt Loader 1
Loading...
Searching...
No Matches
org.quiltmc.loader.api.entrypoint.EntrypointException Class Referenceabstract

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

Inheritance diagram for org.quiltmc.loader.api.entrypoint.EntrypointException:
org.quiltmc.loader.impl.entrypoint.QuiltEntrypointException

Public Member Functions

 EntrypointException (String message)
 EntrypointException (String message, Throwable cause)
 EntrypointException (Throwable cause)
abstract String getKey ()
 Returns the key of entrypoint in which the exception arose.

Detailed Description

Represents an exception that arises when obtaining entrypoints.

See also
QuiltLoader#getEntrypointContainers(String, Class)

Member Function Documentation

◆ getKey()

abstract String org.quiltmc.loader.api.entrypoint.EntrypointException.getKey ( )
abstract

Returns the key of entrypoint in which the exception arose.

Returns
the key

Reimplemented in org.quiltmc.loader.impl.entrypoint.QuiltEntrypointException.


The documentation for this class was generated from the following file:
  • src/main/java/org/quiltmc/loader/api/entrypoint/EntrypointException.java