public abstract class PropertyProblem extends Object implements Problem
| Modifier and Type | Field and Description |
|---|---|
protected PropertyCoord |
propertyCoord
The coordinate of the Property that has the problem
|
| Constructor and Description |
|---|
PropertyProblem() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFullMessage()
A complete description of the problem w/ context and problem description.
|
PropertyCoord |
getPropertyCoord()
The coordinate of the property that has the problem
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetProblemContext, getProblemDescriptionprotected PropertyCoord propertyCoord
public PropertyCoord getPropertyCoord()
public String getFullMessage()
ProblemgetFullMessage in interface ProblemCopyright © 2022. All rights reserved.