Class MuleTypedError
- java.lang.Object
-
- com.mulesoft.apiquery.adapter.internal.MuleTypedError
-
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.message.ErrorType
public class MuleTypedError extends Object implements org.mule.runtime.api.message.ErrorType
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MuleTypedError(String namespace, String identifier)MuleTypedError(String namespace, String identifier, MuleTypedError parentTypedError)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetIdentifier()StringgetNamespace()MuleTypedErrorgetParentErrorType()StringtoString()
-
-
-
Constructor Detail
-
MuleTypedError
public MuleTypedError(String namespace, String identifier, MuleTypedError parentTypedError)
-
-
Method Detail
-
getIdentifier
public String getIdentifier()
- Specified by:
getIdentifierin interfaceorg.mule.runtime.api.message.ErrorType
-
getNamespace
public String getNamespace()
- Specified by:
getNamespacein interfaceorg.mule.runtime.api.message.ErrorType
-
getParentErrorType
public MuleTypedError getParentErrorType()
- Specified by:
getParentErrorTypein interfaceorg.mule.runtime.api.message.ErrorType
-
-