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
Nested ClassesModifier and TypeClassDescriptionstatic enumError code definition describing the type of the belonging feature error.static enumThe level of this feature error. - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescription@Nullable StringGet the path of the entry causing the error.@NotNull FeatureError.CodeThe error code of this feature error.@NotNull FeatureError.LevelThe 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, waitMethods 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 casenullis returned.- Returns:
 - The path of the entry causing the error or 
null - Since:
 - 5.2.210707
 
 - 
toString
 
 -