public class BaseErrorModelParser extends Object implements ErrorModelParser
ErrorModelParser implementation.| Modifier | Constructor and Description |
|---|---|
protected |
BaseErrorModelParser(String namespace,
String type)
Create a new instance since the namespace, type, and parent.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespace() |
Optional<ErrorModelParser> |
getParent() |
String |
getType() |
boolean |
isMuleError() |
protected void |
setParent(ErrorModelParser parent) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisSuppressedpublic String getType()
getType in interface ErrorModelParserpublic String getNamespace()
getNamespace in interface ErrorModelParserpublic boolean isMuleError()
isMuleError in interface ErrorModelParsertrue if it represents to a core Mule language error.public Optional<ErrorModelParser> getParent()
getParent in interface ErrorModelParserprotected void setParent(ErrorModelParser parent)
Copyright © 2003–2022 MuleSoft, Inc.. All rights reserved.