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 Details

    • DefaultErrorType

      public DefaultErrorType(String identifier, String namespace, org.mule.runtime.api.message.ErrorType parentErrorType)
  • Method Details

    • 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 org.mule.runtime.api.message.ErrorType getParentErrorType()
      Specified by:
      getParentErrorType in interface org.mule.runtime.api.message.ErrorType
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object