public interface IHasErrorID
| Modifier and Type | Method and Description |
|---|---|
static Comparator<IHasErrorID> |
getComparatorErrorID() |
String |
getErrorID() |
default boolean |
hasErrorID() |
default boolean |
hasErrorID(String sErrorID)
Check if this error has the passed error ID.
|
default boolean |
hasNoErrorID() |
default boolean hasErrorID()
true if an error ID is present, false
otherwisehasNoErrorID()default boolean hasNoErrorID()
true if no error ID is present, false
otherwisehasErrorID()default boolean hasErrorID(@Nullable String sErrorID)
sErrorID - The error ID to check. May be null.true if the error ID is equal, false
otherwise@Nonnull static Comparator<IHasErrorID> getComparatorErrorID()
Copyright © 2014–2017 Philip Helger. All rights reserved.