Uses of Class
com.sas.lsaf.core.ValidationMessage
Packages that use ValidationMessage
Package
Description
Contains common classes and interfaces for core services in the system.
-
Uses of ValidationMessage in com.sas.lsaf.core
Methods in com.sas.lsaf.core that return types with arguments of type ValidationMessageModifier and TypeMethodDescriptionValidationResult.getErrors()Gets the error information generated by the validation.ValidationResult.getNotes()Gets the note information generated by the validation.ValidationResult.getWarnings()Gets the warning information generated by the validation.Constructor parameters in com.sas.lsaf.core with type arguments of type ValidationMessageModifierConstructorDescriptionValidationResult(List<ValidationMessage> errors, List<ValidationMessage> warnings, List<ValidationMessage> notes, String runBy, Date runDate) It is not intended or recommended that the consumer of this API construct these objects.