Class 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 Detail

      • MuleTypedError

        public MuleTypedError​(String namespace,
                              String identifier)
    • Method Detail

      • getIdentifier

        public String getIdentifier()
        Specified by:
        getIdentifier in interface org.mule.runtime.api.message.ErrorType
      • getNamespace

        public String getNamespace()
        Specified by:
        getNamespace in interface org.mule.runtime.api.message.ErrorType
      • getParentErrorType

        public MuleTypedError getParentErrorType()
        Specified by:
        getParentErrorType in interface org.mule.runtime.api.message.ErrorType