public interface ValidationResultCollector
ModelElementValidator
to collect validation results.Modifier and Type | Method and Description |
---|---|
void |
addError(int code,
String message)
Adds an error
|
void |
addWarning(int code,
String message)
Adds a warining
|
void addError(int code, String message)
code
- a reference code for the errormessage
- a human consumable error messagevoid addWarning(int code, String message)
code
- a reference code for the errormessage
- a human consumable error messageCopyright © 2022. All rights reserved.