Class DefaultErrorTypeBuilder.ErrorTypeImplementation

java.lang.Object
org.mule.runtime.ast.internal.error.DefaultErrorTypeBuilder.ErrorTypeImplementation
All Implemented Interfaces:
Serializable, org.mule.runtime.api.message.ErrorType
Enclosing class:
DefaultErrorTypeBuilder

public static final class DefaultErrorTypeBuilder.ErrorTypeImplementation extends Object implements org.mule.runtime.api.message.ErrorType
Default and only implementation of ErrorType
See Also:
  • 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