java.lang.Object
org.mule.datasense.impl.phases.typing.resolver.errorhandling.ErrorHandlingUtils

public class ErrorHandlingUtils extends Object
  • Constructor Details

    • ErrorHandlingUtils

      public ErrorHandlingUtils()
  • Method Details

    • createErrorModel

      public static Optional<org.mule.runtime.api.meta.model.error.ErrorModel> createErrorModel(String error)
    • createErrorCode

      public static Optional<QName> createErrorCode(String errorCode)
    • getErrorCodes

      public static List<QName> getErrorCodes(org.mule.runtime.api.meta.model.error.ErrorModel unhandledError)
    • createErrorMatcher

      public static ErrorMatcher createErrorMatcher(String errorMatchExpression)
    • errorType

      public static org.mule.metadata.api.model.MetadataType errorType(Set<org.mule.runtime.api.meta.model.error.ErrorModel> unhandledErrors)