public interface IEbmsError extends Serializable
| Modifier and Type | Method and Description |
|---|---|
default Ebms3Error |
getAsEbms3Error(Locale aContentLocale,
String sRefToMessageInError) |
default Ebms3Error |
getAsEbms3Error(Locale aContentLocale,
String sRefToMessageInError,
String sErrorDescription) |
default Ebms3Error |
getAsEbms3Error(Locale aContentLocale,
String sRefToMessageInError,
String sOrigin,
Ebms3Description aEbmsDescription) |
default Ebms3Error |
getAsEbms3Error(Locale aContentLocale,
String sRefToMessageInError,
String sOrigin,
String sErrorDescription) |
default com.helger.commons.error.IError |
getAsError(Locale aContentLocale) |
EEbmsErrorCategory |
getCategory()
Gets the value of the category property.
|
String |
getErrorCode()
Gets the value of the errorCode property.
|
com.helger.commons.text.display.IHasDisplayText |
getErrorDetail()
Gets the value of the errorDetail property.
|
EEbmsErrorSeverity |
getSeverity()
Gets the value of the severity property.
|
String |
getShortDescription()
Gets the value of the shortDescription property.
|
@Nonnull String getErrorCode()
String@Nonnull EEbmsErrorSeverity getSeverity()
String@Nonnull String getShortDescription()
String@Nonnull com.helger.commons.text.display.IHasDisplayText getErrorDetail()
String@Nonnull EEbmsErrorCategory getCategory()
EEbmsErrorCategory@Nonnull default com.helger.commons.error.IError getAsError(@Nonnull Locale aContentLocale)
@Nonnull default Ebms3Error getAsEbms3Error(@Nonnull Locale aContentLocale, @Nullable String sRefToMessageInError)
@Nonnull default Ebms3Error getAsEbms3Error(@Nonnull Locale aContentLocale, @Nullable String sRefToMessageInError, @Nullable String sErrorDescription)
@Nonnull default Ebms3Error getAsEbms3Error(@Nonnull Locale aContentLocale, @Nullable String sRefToMessageInError, @Nullable String sOrigin, @Nullable String sErrorDescription)
@Nonnull default Ebms3Error getAsEbms3Error(@Nonnull Locale aContentLocale, @Nullable String sRefToMessageInError, @Nullable String sOrigin, @Nullable Ebms3Description aEbmsDescription)
Copyright © 2015–2020 Philip Helger. All rights reserved.