java.lang.Object
org.mule.runtime.extension.api.loader.Problem
A problem found while validating a model or a component of it
- Since:
- 1.0
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.mule.runtime.api.meta.NamedObject
-
Constructor Details
-
Problem
Creates a new instance- Parameters:
component- the model in which the problem was foundmessage- Problem's description
-
-
Method Details
-
getComponent
public org.mule.runtime.api.meta.NamedObject getComponent()- Returns:
- The model in which the problem was found
-
getMessage
- Returns:
- The problem's description
-