public interface IProblem
This interface represents a MAF model problem. See the IMAFModelService interface also.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
copyright |
| Modifier and Type | Method and Description |
|---|---|
Level |
getLevel() |
java.lang.String |
getLocation() |
java.lang.String |
getMessage() |
static final java.lang.String copyright
Level getLevel()
Returns the level of the problem.
java.lang.String getLocation()
Return the location of the problem.
java.lang.String getMessage()
Returns the message of the problem.