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() |
public 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.IResourceError
getAsString
in class com.helger.commons.error.ResourceError
public boolean equals(Object o)
equals
in class com.helger.commons.error.ResourceError
public int hashCode()
hashCode
in class com.helger.commons.error.ResourceError
public String toString()
toString
in class com.helger.commons.error.ResourceError
Copyright © 2014–2015 Philip Helger. All rights reserved.