Class ValidationResult

java.lang.Object
de.redsix.dmncheck.result.ValidationResult

public class ValidationResult extends Object
A validation result consists of the following:

1) A message that describes the validation result 2) A severity indicating how severe the result is 3) A reference to the DMN element that caused result

In this context a validation result always describes an error or a warning. There is currently no way to express positive validation results, except returning no validation results at all.