Package de.xima.fc
Class I18nKeys.Exceptions
- java.lang.Object
-
- de.xima.fc.I18nKeys.Exceptions
-
-
Field Summary
Fields Modifier and Type Field Description static String
BEAN_VALUE_VALIDATION
static String
EXPORT_INBOX
static String
EXPORT_PROJECT
static String
FILE_FORMAT
static String
JSON_REQUESTER
static String
PLUGIN_INIT_AND_EXECUTION
static String
REGEX_PATTERN_NOT_FOUND
static String
UPDATE
static String
UPLOAD_WITH_ZERO_BYTES
static String
WORKFLOW_ANALYSIS
static String
WORKFLOW_EVENT_RUNNER
static String
WORKFLOW_PROCESSING_GENERAL
static String
WORKFLOW_VALIDATION
static String
XSL_TRANSFORMATION
-
Constructor Summary
Constructors Constructor Description Exceptions()
-
-
-
Field Detail
-
JSON_REQUESTER
public static final String JSON_REQUESTER
- See Also:
- Constant Field Values
-
BEAN_VALUE_VALIDATION
public static final String BEAN_VALUE_VALIDATION
- See Also:
- Constant Field Values
-
UPDATE
public static final String UPDATE
- See Also:
- Constant Field Values
-
EXPORT_INBOX
public static final String EXPORT_INBOX
- See Also:
- Constant Field Values
-
EXPORT_PROJECT
public static final String EXPORT_PROJECT
- See Also:
- Constant Field Values
-
PLUGIN_INIT_AND_EXECUTION
public static final String PLUGIN_INIT_AND_EXECUTION
- See Also:
- Constant Field Values
-
REGEX_PATTERN_NOT_FOUND
public static final String REGEX_PATTERN_NOT_FOUND
- See Also:
- Constant Field Values
-
XSL_TRANSFORMATION
public static final String XSL_TRANSFORMATION
- See Also:
- Constant Field Values
-
WORKFLOW_PROCESSING_GENERAL
public static final String WORKFLOW_PROCESSING_GENERAL
- See Also:
- Constant Field Values
-
WORKFLOW_EVENT_RUNNER
public static final String WORKFLOW_EVENT_RUNNER
- See Also:
- Constant Field Values
-
WORKFLOW_ANALYSIS
public static final String WORKFLOW_ANALYSIS
- See Also:
- Constant Field Values
-
WORKFLOW_VALIDATION
public static final String WORKFLOW_VALIDATION
- See Also:
- Constant Field Values
-
FILE_FORMAT
public static final String FILE_FORMAT
- See Also:
- Constant Field Values
-
UPLOAD_WITH_ZERO_BYTES
public static final String UPLOAD_WITH_ZERO_BYTES
- See Also:
- Constant Field Values
-
-