Class SonarError

  • All Implemented Interfaces:
    java.io.Serializable

    public class SonarError
    extends ErrorCode
    Sonar error codes.
    See Also:
    Serialized Form
    • Field Detail

      • CATEGORY_SONAR

        public static final java.lang.String CATEGORY_SONAR
        Messages related to sonar.
        See Also:
        Constant Field Values
      • GENERAL_ERROR

        public static final SonarError GENERAL_ERROR
        generic error
      • GENERAL_WARNING

        public static final SonarError GENERAL_WARNING
      • CONTROLLER_ERROR

        public static final SonarError CONTROLLER_ERROR
      • MART_GENERATION_WARNING

        public static final SonarError MART_GENERATION_WARNING
      • INTERNAL_ERROR

        public static final SonarError INTERNAL_ERROR
      • DSD_STORE_INTERNAL_ERROR

        public static final SonarError DSD_STORE_INTERNAL_ERROR
      • DSD_GENERAL_WARNING

        public static final SonarError DSD_GENERAL_WARNING
      • DSD_STORE_NOT_FOUND

        public static final SonarError DSD_STORE_NOT_FOUND
      • DSD_NOT_YET

        public static final SonarError DSD_NOT_YET
      • DOES_NOT_EXIST

        public static final SonarError DOES_NOT_EXIST
      • DSD_PLUGIN_ERROR

        public static final SonarError DSD_PLUGIN_ERROR