Interface RuleCompilerProblem
- All Superinterfaces:
Serializable
- All Known Subinterfaces:
RuleCompilerParameterProblem
- All Known Implementing Classes:
DefaultRuleCompilerParameterProblem,DefaultRuleCompilerProblem
This interface represents the problem which may occur during compilation process.
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescriptionReturns problem message.Returns problem severity.
-
Method Details
-
getSeverity
RuleCompilerProblem.Severity getSeverity()Returns problem severity.- Returns:
- severity
-
getMessage
String getMessage()Returns problem message.- Returns:
- message
-