public class MuleTypedError extends Object implements org.mule.runtime.api.message.ErrorType
| Constructor and Description |
|---|
MuleTypedError(String namespace,
String identifier) |
MuleTypedError(String namespace,
String identifier,
MuleTypedError parentTypedError) |
| Modifier and Type | Method and Description |
|---|---|
String |
getIdentifier() |
String |
getNamespace() |
MuleTypedError |
getParentErrorType() |
String |
toString() |
public MuleTypedError(String namespace, String identifier, MuleTypedError parentTypedError)
public String getIdentifier()
getIdentifier in interface org.mule.runtime.api.message.ErrorTypepublic String getNamespace()
getNamespace in interface org.mule.runtime.api.message.ErrorTypepublic MuleTypedError getParentErrorType()
getParentErrorType in interface org.mule.runtime.api.message.ErrorTypeCopyright © 2024. All rights reserved.