java.lang.Object
org.mule.runtime.extension.api.loader.Problem

public final class Problem extends Object
A problem found while validating a model or a component of it
Since:
1.0
  • Constructor Details

    • Problem

      public Problem(org.mule.runtime.api.meta.NamedObject component, String message)
      Creates a new instance
      Parameters:
      component - the model in which the problem was found
      message - Problem's description
  • Method Details

    • getComponent

      public org.mule.runtime.api.meta.NamedObject getComponent()
      Returns:
      The model in which the problem was found
    • getMessage

      public String getMessage()
      Returns:
      The problem's description