Class ValidationConstants.SystemValidationConstants

java.lang.Object
com.bluebell.greenhouse.platform.constants.validation.ValidationConstants.SystemValidationConstants
Enclosing class:
ValidationConstants

public static final class ValidationConstants.SystemValidationConstants extends Object
System-wide validation messages and general-purpose errors.
Version:
3.0.5
Author:
Stephen Prizio
  • Field Details

    • TIME_INTERVAL_CANNOT_BE_NULL

      public static final String TIME_INTERVAL_CANNOT_BE_NULL
      Validation message used when a time interval argument is null.
      See Also:
    • SORT_CANNOT_BE_NULL

      public static final String SORT_CANNOT_BE_NULL
      Validation message used when a sort parameter is null.
      See Also:
    • HTTP_SERVLET_REQUEST_CANNOT_BE_NULL

      public static final String HTTP_SERVLET_REQUEST_CANNOT_BE_NULL
      Validation message used when an HTTP servlet request is null.
      See Also:
    • FILE_CANNOT_BE_NULL

      public static final String FILE_CANNOT_BE_NULL
      Validation message used when a file is null.
      See Also:
    • FILE_CANNOT_BE_A_DIRECTORY

      public static final String FILE_CANNOT_BE_A_DIRECTORY
      Validation message used when a file is directory.
      See Also:
    • FILE_DOES_NOT_EXIST

      public static final String FILE_DOES_NOT_EXIST
      Validation message used when a file does not exist.
      See Also:
    • MEDIA_TYPE_CANNOT_BE_NULL

      public static final String MEDIA_TYPE_CANNOT_BE_NULL
      Validation message used when a media type is null.
      See Also:
    • STRATEGY_PLATFORM_NOT_SUPPORTED

      public static final String STRATEGY_PLATFORM_NOT_SUPPORTED
      Error message used when a strategy platform is not supported.

      Placeholder: %s is replaced with the unsupported platform name.

      See Also:
    • TRADING_PLATFORM_NOT_SUPPORTED

      public static final String TRADING_PLATFORM_NOT_SUPPORTED
      Error message used when a trading platform is not supported.

      Placeholder: %s is replaced with the unsupported platform name.

      See Also:
    • FAILED_IMPORT_PROCESS

      public static final String FAILED_IMPORT_PROCESS
      Error message used when an import process fails.

      Placeholder: %s is replaced with the failure reason.

      See Also:
    • IMPORT_FORMAT_CANNOT_BE_NULL

      public static final String IMPORT_FORMAT_CANNOT_BE_NULL
      Validation message used when an import format is null.
      See Also: