Class FeatureError
java.lang.Object
de.espirit.firstspirit.store.access.feature.FeatureError
- All Implemented Interfaces:
Serializable
,Comparable<FeatureError>
Definition representing an error of a
feature analyze process
- Since:
- 5.1.305
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Error code definition describing the type of the belonging feature error.static enum
The level of this feature error. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription@Nullable String
Get the path of the entry causing the error.@NotNull FeatureError.Code
The error code of this feature error.@NotNull FeatureError.Level
The error level of this feature error.The message describing this feature error.toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Constructor Details
-
FeatureError
public FeatureError()
-
-
Method Details
-
getErrorCode
The error code of this feature error.- Since:
- 5.1.305
-
getErrorLevel
The error level of this feature error.- Since:
- 5.1.305
-
getMessage
The message describing this feature error.- Since:
- 5.1.305
-
getEntryPath
Get the path of the entry causing the error. May be unspecified, in this casenull
is returned.- Returns:
- The path of the entry causing the error or
null
- Since:
- 5.2.210707
-
toString
-