| Package | Description |
|---|---|
| org.mule.runtime.core.message |
| Modifier and Type | Method and Description |
|---|---|
static ErrorBuilder |
ErrorBuilder.builder() |
static ErrorBuilder |
ErrorBuilder.builder(Throwable e) |
ErrorBuilder |
ErrorBuilder.description(String description)
Sets the description of the error.
|
ErrorBuilder |
ErrorBuilder.detailedDescription(String detailedDescription)
Sets a detailed description of the error.
|
ErrorBuilder |
ErrorBuilder.errorMessage(org.mule.runtime.api.message.Message errorMessage)
Sets the error message for the error.
|
ErrorBuilder |
ErrorBuilder.errorType(org.mule.runtime.api.message.ErrorType errorType)
Sets the error type of this error.
|
ErrorBuilder |
ErrorBuilder.exception(Throwable exception)
Sets the exception that causes the error.
|
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.