Class ValidationConstants.SystemValidationConstants
java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.SystemValidationConstants
- Enclosing class:
ValidationConstants
System-wide validation messages and general-purpose errors.
- Version:
- 3.0.5
- Author:
- Stephen Prizio
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classValidation messages for contact requests.static final classValidation messages for inbound system pings.static final classValidation messages for issue and feature requests. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringError message used when an import process fails.static final StringValidation message used when a file is directory.static final StringValidation message used when a file isnull.static final StringValidation message used when a file does not exist.static final StringValidation message used when an HTTP servlet request isnull.static final StringValidation message used when an import format isnull.static final StringValidation message used when a media type isnull.static final StringValidation message used when a sort parameter isnull.static final StringError message used when a strategy platform is not supported.static final StringValidation message used when a time interval argument isnull.static final StringError message used when a trading platform is not supported. -
Method Summary
-
Field Details
-
TIME_INTERVAL_CANNOT_BE_NULL
Validation message used when a time interval argument isnull.- See Also:
-
SORT_CANNOT_BE_NULL
Validation message used when a sort parameter isnull.- See Also:
-
HTTP_SERVLET_REQUEST_CANNOT_BE_NULL
Validation message used when an HTTP servlet request isnull.- See Also:
-
FILE_CANNOT_BE_NULL
Validation message used when a file isnull.- See Also:
-
FILE_CANNOT_BE_A_DIRECTORY
Validation message used when a file is directory.- See Also:
-
FILE_DOES_NOT_EXIST
Validation message used when a file does not exist.- See Also:
-
MEDIA_TYPE_CANNOT_BE_NULL
Validation message used when a media type isnull.- See Also:
-
STRATEGY_PLATFORM_NOT_SUPPORTED
Error message used when a strategy platform is not supported.Placeholder:
%sis replaced with the unsupported platform name.- See Also:
-
TRADING_PLATFORM_NOT_SUPPORTED
Error message used when a trading platform is not supported.Placeholder:
%sis replaced with the unsupported platform name.- See Also:
-
FAILED_IMPORT_PROCESS
Error message used when an import process fails.Placeholder:
%sis replaced with the failure reason.- See Also:
-
IMPORT_FORMAT_CANNOT_BE_NULL
Validation message used when an import format isnull.- See Also:
-