public class SVRLResourceError
extends com.helger.commons.error.ResourceError
| Constructor and Description |
|---|
SVRLResourceError(com.helger.commons.error.IResourceLocation aLocation,
com.helger.commons.error.IErrorLevel aErrorLevel,
String sErrorText,
String sTest)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getAsString(Locale aContentLocale) |
String |
getTest() |
int |
hashCode() |
String |
toString() |
getDisplayText, getErrorLevel, getLinkedException, getLocationclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetComparatorCollatingpublic SVRLResourceError(@Nonnull com.helger.commons.error.IResourceLocation aLocation, @Nonnull com.helger.commons.error.IErrorLevel aErrorLevel, @Nonnull String sErrorText, @Nonnull String sTest)
aLocation - Location where the error occurred. May not be null.aErrorLevel - The error level. May not be null.sErrorText - The error text. May not be null.sTest - The SVRL test that triggered this error. May not be
null.public String getAsString(@Nonnull Locale aContentLocale)
getAsString in interface com.helger.commons.error.IResourceErrorgetAsString in class com.helger.commons.error.ResourceErrorpublic boolean equals(Object o)
equals in class com.helger.commons.error.ResourceErrorpublic int hashCode()
hashCode in class com.helger.commons.error.ResourceErrorpublic String toString()
toString in class com.helger.commons.error.ResourceErrorCopyright © 2014–2016 Philip Helger. All rights reserved.