Package com.e1c.g5.v8.dt.check
Class Issue
java.lang.Object
com.e1c.g5.v8.dt.check.Issue
- Direct Known Subclasses:
BslCheckIssue
,BslDirectLocationIssue
,EIssue
Description of some problem in the checked object.
Subtypes may provide more specific information. The ACC supports only fixed set of issues at the moment,
the check developer cannot subclass this class.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Issue
Creartes a new instance.- Parameters:
message
- message, notnull
-
-
Method Details
-
getMessage
Returns the issue message.- Returns:
- message, not
null
-