| Package | Description |
|---|---|
| org.mule.runtime.extension.api.annotation.error | |
| org.mule.runtime.extension.api.error | |
| org.mule.runtime.extension.api.exception |
| Modifier and Type | Method and Description |
|---|---|
Set<ErrorTypeDefinition> |
ErrorTypeProvider.getErrorTypes() |
| Modifier and Type | Class and Description |
|---|---|
class |
MuleErrors
ErrorTypeDefinition Enum which publish the available errors that the Mule Runtime provides to be extended from
an extension. |
| Modifier and Type | Method and Description |
|---|---|
Optional<ErrorTypeDefinition<?>> |
MuleErrors.getParent() |
default Optional<ErrorTypeDefinition<? extends Enum<?>>> |
ErrorTypeDefinition.getParent() |
| Modifier and Type | Method and Description |
|---|---|
ErrorTypeDefinition |
ModuleException.getType() |
| Constructor and Description |
|---|
ModuleException(ErrorTypeDefinition<T> errorTypeDefinition,
Throwable cause) |
ModuleException(org.mule.runtime.api.i18n.I18nMessage message,
ErrorTypeDefinition<T> errorTypeDefinition) |
ModuleException(org.mule.runtime.api.i18n.I18nMessage message,
ErrorTypeDefinition<T> errorTypeDefinition,
Throwable cause) |
ModuleException(String message,
ErrorTypeDefinition<T> errorTypeDefinition) |
ModuleException(String message,
ErrorTypeDefinition<T> errorTypeDefinition,
Throwable cause) |
Copyright © 2017 MuleSoft, Inc.. All rights reserved.