Uses of Class
com.exasol.errorreporting.ErrorMessageBuilder
-
-
Uses of ErrorMessageBuilder in com.exasol.errorreporting
Methods in com.exasol.errorreporting that return ErrorMessageBuilder Modifier and Type Method Description ErrorMessageBuilderErrorMessageBuilder. message(String message, Object... arguments)Format a given message pattern with placeholders, filling them with the arguments passed in the specified form.static ErrorMessageBuilderExaError. messageBuilder(String errorCode)Get a builder for error messages.ErrorMessageBuilderErrorMessageBuilder. mitigation(String mitigation, Object... arguments)Add a mitigation.ErrorMessageBuilderErrorMessageBuilder. parameter(String placeholder, Object value)Add a parameter.ErrorMessageBuilderErrorMessageBuilder. parameter(String placeholder, Object value, String description)Add a parameter.ErrorMessageBuilderErrorMessageBuilder. ticketMitigation()Add a mitigation for cases in which the only thing a user can do is opening a ticket.ErrorMessageBuilderErrorMessageBuilder. unquotedParameter(String placeholder, Object value)Deprecated, for removal: This API element is subject to removal in a future version.As of release 3.0.0ErrorMessageBuilderErrorMessageBuilder. unquotedParameter(String placeholder, Object value, String description)Deprecated, for removal: This API element is subject to removal in a future version.As of release 3.0.0
-