public abstract class CompileProblem extends Object
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o)
Logical equals implementation based on equality of fields.
|
abstract String |
getFullMessage()
The complete message that will be logged during compilation.
|
String |
getGroupName()
Full name of the class containing the
Property. |
String |
getPropertyName()
The declared name of the
Property that has the problem. |
boolean |
isPropertyProblem()
If true, the problem is related to a specific
Property. |
public String getGroupName()
Property.
In the case of an inner class, this should be the complete name including
that inner class.public String getPropertyName()
Property that has the problem.public boolean isPropertyProblem()
Property.public boolean equals(Object o)
public abstract String getFullMessage()
Copyright © 2022. All rights reserved.