public interface IError extends IHasErrorID, IHasErrorLevel, ISuccessIndicator, IErrorIndicator, ISeverityComparable<IError>, Serializable
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorFieldName() |
String |
getErrorText() |
IResourceLocation |
getResourceLocation() |
boolean |
hasErrorFieldName() |
getErrorID, hasErrorIDgetErrorLevelisFailure, isSuccessisError, isNoErrorisEqualSevereThan, isLessOrEqualSevereThan, isLessSevereThan, isMoreOrEqualSevereThan, isMoreSevereThan@Nullable String getErrorFieldName()
null.boolean hasErrorFieldName()
true if a field name is present, false
otherwise@Nullable IResourceLocation getResourceLocation()
IResourceLocation
. If no error field name is present, null is returned,
else an IResourceLocation with the field name set is
returned.Copyright © 2014–2015 Philip Helger. All rights reserved.