|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ParseExceptionCode | |
---|---|
de.smartics.exceptions.i18n.app | Provides classes used for the library to act as an application. |
de.smartics.exceptions.i18n.message | Provides classes for the internationalization of exception messages. |
Uses of ParseExceptionCode in de.smartics.exceptions.i18n.app |
---|
Methods in de.smartics.exceptions.i18n.app that return ParseExceptionCode | |
---|---|
static ParseExceptionCode |
ParseExceptionCode.valueOf(String name) Returns the enum constant of this type with the specified name. |
static ParseExceptionCode[] |
ParseExceptionCode.values() Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ParseExceptionCode in de.smartics.exceptions.i18n.message |
---|
Constructors in de.smartics.exceptions.i18n.message with parameters of type ParseExceptionCode | |
---|---|
ParseException(ParseExceptionCode code, String input, int index) Constructor. |
|
ParseException(ParseExceptionCode code, String bundleBaseName, String input, int index) Constructor. |
|
ParseException(Throwable cause, ParseExceptionCode code, String input, int index) Constructor. |
|
ParseException(Throwable cause, ParseExceptionCode code, String bundleBaseName, String input, int index) Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |