Enum Class FeatureError.Code

java.lang.Object
java.lang.Enum<FeatureError.Code>
de.espirit.firstspirit.store.access.feature.FeatureError.Code
All Implemented Interfaces:
Serializable, Comparable<FeatureError.Code>, Constable
Enclosing class:
FeatureError

public static enum FeatureError.Code extends Enum<FeatureError.Code>
Error code definition describing the type of the belonging feature error.
Since:
5.1.305
  • Enum Constant Details

    • UNSUPPORTED_FEATURE_VERSION

      public static final FeatureError.Code UNSUPPORTED_FEATURE_VERSION
      Unsupported feature file version.
      Since:
      5.1.305
    • MISSING_LANGUAGE

      public static final FeatureError.Code MISSING_LANGUAGE
      Unable to find language.
      Since:
      5.1.305
    • MISSING_FONT

      public static final FeatureError.Code MISSING_FONT
      Unable to find font.
      Since:
      5.1.305
    • MISSING_RESOLUTION

      public static final FeatureError.Code MISSING_RESOLUTION
      Unable to find resolution.
      Since:
      5.1.305
    • MISSING_TEMPLATE_SET

      public static final FeatureError.Code MISSING_TEMPLATE_SET
      Unable to find template set.
      Since:
      5.1.305
    • MISSING_METADATA_TEMPLATE

      public static final FeatureError.Code MISSING_METADATA_TEMPLATE
      Unable to find metadata template.
      Since:
      5.1.305
    • MISSING_USER

      public static final FeatureError.Code MISSING_USER
      Unable to find user.
      Since:
      5.2.19
    • MISSING_PRESENTATION_CHANNEL

      public static final FeatureError.Code MISSING_PRESENTATION_CHANNEL
      Unable to find presentation channel.
      Since:
      5.2.19
    • MISSING_EDITORIAL_LANGUAGE

      public static final FeatureError.Code MISSING_EDITORIAL_LANGUAGE
      Unable to find editorial language.
      Since:
      5.2.19
    • MISSING_GROUP

      public static final FeatureError.Code MISSING_GROUP
      Unable to find group.
      Since:
      5.2.19
    • MISSING_EXTERNAL_GROUP

      public static final FeatureError.Code MISSING_EXTERNAL_GROUP
      Unable to find external group.
      Since:
      5.2.19
    • MISSING_PROJECT

      public static final FeatureError.Code MISSING_PROJECT
      Unable to find project.
      Since:
      5.2.20
    • MISSING_SCHEDULE_ENTRY_REFERENCE

      public static final FeatureError.Code MISSING_SCHEDULE_ENTRY_REFERENCE
      Unable to to find element referenced by a schedule entry.
      Since:
      5.2.20
    • MISSING_PROJECT_REFERENCE

      public static final FeatureError.Code MISSING_PROJECT_REFERENCE
      Unable to to find element referenced by project.
      Since:
      5.2.20
    • BROKEN_ENTRY_REFERENCE

      public static final FeatureError.Code BROKEN_ENTRY_REFERENCE
      Invalid package entry reference.
      Since:
      5.1.305
    • BROKEN_PARENT_REFERENCE

      public static final FeatureError.Code BROKEN_PARENT_REFERENCE
      Invalid parent element reference.
      Since:
      5.1.305
    • BROKEN_ID_REFERENCE

      public static final FeatureError.Code BROKEN_ID_REFERENCE
      Invalid ID reference.
      Since:
      5.1.305
    • BROKEN_PROJECT_ID_REFERENCE

      public static final FeatureError.Code BROKEN_PROJECT_ID_REFERENCE
      Invalid project ID reference.
      Since:
      5.1.305
    • MISSING_ID_REFERENCE

      public static final FeatureError.Code MISSING_ID_REFERENCE
      Invalid ID reference.
      Since:
      5.1.305
    • MISSING_PROJECT_ID_REFERENCE

      public static final FeatureError.Code MISSING_PROJECT_ID_REFERENCE
      Invalid project ID reference.
      Since:
      5.1.305
    • BROKEN_TYPE_ID_REFERENCE

      public static final FeatureError.Code BROKEN_TYPE_ID_REFERENCE
      Wrong local type for ID reference.
      Since:
      5.1.305
    • BROKEN_TYPE_PROJECT_ID_REFERENCE

      public static final FeatureError.Code BROKEN_TYPE_PROJECT_ID_REFERENCE
      Wrong local type for project ID reference.
      Since:
      5.1.305
    • TYPE_MISMATCH_ID_REFERENCE

      public static final FeatureError.Code TYPE_MISMATCH_ID_REFERENCE
      Wrong local type for ID reference.
      Since:
      5.1.305
    • TYPE_MISMATCH_PROJECT_ID_REFERENCE

      public static final FeatureError.Code TYPE_MISMATCH_PROJECT_ID_REFERENCE
      Wrong local type for project ID reference.
      Since:
      5.1.305
    • REQUIRED_INCOMING_REFERENCE

      public static final FeatureError.Code REQUIRED_INCOMING_REFERENCE
      Unable to delete element.
      Since:
      5.1.305
    • BROKEN_ENTITY_AGGREGATING_REFERENCE

      public static final FeatureError.Code BROKEN_ENTITY_AGGREGATING_REFERENCE
      Invalid dependent database entry reference.
      Since:
      5.1.305
    • BROKEN_ENTITY_SCHEMA_REFERENCE

      public static final FeatureError.Code BROKEN_ENTITY_SCHEMA_REFERENCE
      Invalid database entry schema reference.
      Since:
      5.1.305
    • BROKEN_ENTITY_REFERENCE

      public static final FeatureError.Code BROKEN_ENTITY_REFERENCE
      Invalid database entry reference.
      Since:
      5.1.305
    • MISSING_ENTITY_TYPE

      public static final FeatureError.Code MISSING_ENTITY_TYPE
      Unable to find entity type.
      Since:
      5.1.305
    • INCOMPATIBLE_ENTITY_TYPE

      public static final FeatureError.Code INCOMPATIBLE_ENTITY_TYPE
      Entity type has incompatible changes.
      Since:
      5.1.305
    • BROKEN_SCHEMA_REFERENCE

      public static final FeatureError.Code BROKEN_SCHEMA_REFERENCE
      Invalid schema reference.
      Since:
      5.1.305
    • ENTITY_TYPE_OBSOLETE_ATTRIBUTE

      public static final FeatureError.Code ENTITY_TYPE_OBSOLETE_ATTRIBUTE
      Local entity type contains obsolete attribute.
      Since:
      5.1.305
    • ENTITY_TYPE_MISSING_ATTRIBUTE

      public static final FeatureError.Code ENTITY_TYPE_MISSING_ATTRIBUTE
      Attribute is missing in local entity type.
      Since:
      5.2.402
  • Method Details

    • values

      public static FeatureError.Code[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static FeatureError.Code valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null