|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FakeExceptionCode | |
---|---|
de.smartics.exceptions.i18n.test |
Uses of FakeExceptionCode in de.smartics.exceptions.i18n.test |
---|
Methods in de.smartics.exceptions.i18n.test that return FakeExceptionCode | |
---|---|
static FakeExceptionCode |
FakeExceptionCode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static FakeExceptionCode[] |
FakeExceptionCode.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Constructors in de.smartics.exceptions.i18n.test with parameters of type FakeExceptionCode | |
---|---|
FakeException(FakeExceptionCode code) Constructor. |
|
FakeException(FakeExceptionCode code, String bundleBaseName) Constructor. |
|
FakeException(Throwable cause, FakeExceptionCode code) Constructor. |
|
FakeException(Throwable cause, FakeExceptionCode code, String bundleBaseName) Constructor. |
|
FakeException(Throwable cause, FakeExceptionCode code, String bundleBaseName, String resourceKey) Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |