Class DefaultErrorType
java.lang.Object
org.mule.runtime.ast.privileged.error.DefaultErrorType
- All Implemented Interfaces:
Serializable,org.mule.runtime.api.message.ErrorType
@NoInstantiate
public final class DefaultErrorType
extends Object
implements org.mule.runtime.api.message.ErrorType
Default implementation of
ErrorType.- Since:
- 4.6
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultErrorType(String identifier, String namespace, org.mule.runtime.api.message.ErrorType parentErrorType) -
Method Summary
-
Constructor Details
-
DefaultErrorType
-
-
Method Details
-
getIdentifier
- Specified by:
getIdentifierin interfaceorg.mule.runtime.api.message.ErrorType
-
getNamespace
- Specified by:
getNamespacein interfaceorg.mule.runtime.api.message.ErrorType
-
getParentErrorType
public org.mule.runtime.api.message.ErrorType getParentErrorType()- Specified by:
getParentErrorTypein interfaceorg.mule.runtime.api.message.ErrorType
-
toString
-
equals
-
hashCode
public int hashCode()
-