public final class Problem extends Object
| Constructor and Description |
|---|
Problem(org.mule.runtime.api.meta.NamedObject component,
String message)
Creates a new instance
|
| Modifier and Type | Method and Description |
|---|---|
org.mule.runtime.api.meta.NamedObject |
getComponent() |
String |
getMessage() |
public Problem(org.mule.runtime.api.meta.NamedObject component,
String message)
component - the model in which the problem was foundmessage - Problem's descriptionpublic org.mule.runtime.api.meta.NamedObject getComponent()
public String getMessage()
Copyright © 2017 MuleSoft, Inc.. All rights reserved.