public class EntrypointException extends RuntimeException
| Constructor and Description |
|---|
EntrypointException(String s)
Deprecated.
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!
|
EntrypointException(Throwable t)
Deprecated.
For internal use only, to be removed!
|
| Modifier and Type | Method and Description |
|---|---|
String |
getKey()
Returns the key of entrypoint in which the exception arose.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString@Deprecated public EntrypointException(String key, Throwable cause)
@Deprecated public EntrypointException(String key, String causingMod, Throwable cause)
@Deprecated public EntrypointException(String s)
@Deprecated public EntrypointException(Throwable t)
public String getKey()