public class JavaErrorModelParser extends BaseErrorModelParser
ErrorModelParser implementation for errors defined through the Java language API.| Constructor and Description |
|---|
JavaErrorModelParser(org.mule.sdk.api.error.ErrorTypeDefinition<?> errorTypeDefinition,
String namespace)
Create a new instance
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Class<?> |
getErrorTypeDefinitionDeclarationClass() |
int |
hashCode() |
void |
setParent(Optional<ErrorModelParser> parent) |
getNamespace, getParent, getType, isMuleError, setParentclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitisSuppressedpublic JavaErrorModelParser(org.mule.sdk.api.error.ErrorTypeDefinition<?> errorTypeDefinition,
String namespace)
errorTypeDefinition - the ErrorTypeDefinitionnamespace - the error namespace of the extension that is being parsed.public void setParent(Optional<ErrorModelParser> parent)
public Class<?> getErrorTypeDefinitionDeclarationClass()
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.