|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ExceptionHandler.KNOWN_EXCEPTIONS | |
---|---|
net.ajaest.jdk.core.main | contains JavaDIKt's main classes (Launcher, Messages, GUIEngine,...) |
Uses of ExceptionHandler.KNOWN_EXCEPTIONS in net.ajaest.jdk.core.main |
---|
Methods in net.ajaest.jdk.core.main that return ExceptionHandler.KNOWN_EXCEPTIONS | |
---|---|
static ExceptionHandler.KNOWN_EXCEPTIONS |
ExceptionHandler.KNOWN_EXCEPTIONS.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ExceptionHandler.KNOWN_EXCEPTIONS[] |
ExceptionHandler.KNOWN_EXCEPTIONS.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in net.ajaest.jdk.core.main with parameters of type ExceptionHandler.KNOWN_EXCEPTIONS | |
---|---|
static boolean |
ExceptionHandler.handleException(java.lang.Exception e,
ExceptionHandler.KNOWN_EXCEPTIONS info)
|
private static boolean |
ExceptionHandler.handleNoRuntimeException(java.lang.Exception e,
ExceptionHandler.KNOWN_EXCEPTIONS info)
|
private static boolean |
ExceptionHandler.handleRuntimeException(java.lang.RuntimeException e,
ExceptionHandler.KNOWN_EXCEPTIONS info)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |