public class MuleSdkErrorModelParser extends BaseErrorModelParser
ErrorModelParser implementation for errors defined through the Mule SDK.| Constructor and Description |
|---|
MuleSdkErrorModelParser(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
Create a new instance since an
ErrorModel. |
MuleSdkErrorModelParser(String namespace,
String type,
ErrorModelParser parent)
Create a new instance since the namespace, type, and parent.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
hashCode() |
boolean |
isSuppressed() |
void |
setSuppressed() |
getNamespace, getParent, getType, isMuleError, setParentpublic MuleSdkErrorModelParser(org.mule.runtime.api.meta.model.error.ErrorModel errorModel)
ErrorModel.errorModel - the ErrorModel with the error data.public MuleSdkErrorModelParser(String namespace, String type, ErrorModelParser parent)
namespace - the error namespace.type - the error type.parent - a reference to the parent error parser. If null, the method #getParent will return an empty instance
of Optional, and it will end up meaning MULE:ANY.Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.