public class SVRLResourceError
extends com.helger.commons.error.SingleError
Modifier and Type | Class and Description |
---|---|
static class |
SVRLResourceError.SVRLErrorBuilder |
com.helger.commons.error.SingleError.AbstractBuilder<T extends com.helger.commons.error.SingleError,IMPLTYPE extends com.helger.commons.error.SingleError.AbstractBuilder<T,IMPLTYPE>>, com.helger.commons.error.SingleError.SingleErrorBuilder
Constructor and Description |
---|
SVRLResourceError(com.helger.commons.error.level.IErrorLevel aErrorLevel,
String sErrorID,
String sErrorFieldName,
com.helger.commons.location.ILocation aErrorLocation,
com.helger.commons.error.text.IHasErrorText aErrorText,
Throwable aLinkedException,
String sTest)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAsString(Locale aContentLocale) |
String |
getTest() |
int |
hashCode() |
String |
toString() |
builder, builder, builderError, builderFatalError, builderInfo, builderSuccess, builderWarn, equalsLinkedException, getErrorFieldName, getErrorID, getErrorLevel, getErrorLocation, getErrorTexts, getLinkedException, hashCodeLinkedException
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getErrorText, getLinkedExceptionCause, getLinkedExceptionMessage, getLinkedExceptionStackTrace, hasErrorLocation, hasLinkedException
compareTo, isEQ, isGE, isGT, isLE, isLT, isNE
hasErrorLevel, isError, isFailure, isNoError, isSuccess
public SVRLResourceError(@Nonnull com.helger.commons.error.level.IErrorLevel aErrorLevel, @Nullable String sErrorID, @Nullable String sErrorFieldName, @Nullable com.helger.commons.location.ILocation aErrorLocation, @Nullable com.helger.commons.error.text.IHasErrorText aErrorText, @Nullable Throwable aLinkedException, @Nonnull String sTest)
aErrorLevel
- The error level. May not be null
.sErrorID
- Error ID. May be null
.sErrorFieldName
- Error field name. May be null
.aErrorLocation
- Location where the error occurred. May be null
.aErrorText
- The error text. May be null
.aLinkedException
- An exception that caused the error. May be null
.sTest
- The SVRL test that triggered this error. May not be
null
.public boolean equals(Object o)
equals
in class com.helger.commons.error.SingleError
public int hashCode()
hashCode
in class com.helger.commons.error.SingleError
public String toString()
toString
in class com.helger.commons.error.SingleError
Copyright © 2014–2019 Philip Helger. All rights reserved.