Class FeatureError

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

public class FeatureError extends Object implements Serializable, Comparable<FeatureError>
Definition representing an error of a feature analyze process
Since:
5.1.305
See Also:
  • Constructor Details

    • FeatureError

      public FeatureError()
  • Method Details

    • getErrorCode

      @NotNull public @NotNull FeatureError.Code getErrorCode()
      The error code of this feature error.
      Since:
      5.1.305
    • getErrorLevel

      @NotNull public @NotNull FeatureError.Level getErrorLevel()
      The error level of this feature error.
      Since:
      5.1.305
    • getMessage

      public String getMessage()
      The message describing this feature error.
      Since:
      5.1.305
    • getEntryPath

      @Nullable public @Nullable String getEntryPath()
      Get the path of the entry causing the error. May be unspecified, in this case null is returned.
      Returns:
      The path of the entry causing the error or null
      Since:
      5.2.210707
    • toString

      public String toString()
      Overrides:
      toString in class Object