Uses of Class
org.designwizard.patternchecker.CheckError

Packages that use CheckError
org.designwizard.patternchecker   
 

Uses of CheckError in org.designwizard.patternchecker
 

Methods in org.designwizard.patternchecker that return types with arguments of type CheckError
 java.util.Set<CheckError> CheckingResult.getErrors()
           
 java.util.Set<CheckError> CheckingResult.getErrors()
           
 

Methods in org.designwizard.patternchecker with parameters of type CheckError
 void CheckingResult.addError(CheckError error)
           
 void CheckingResult.addError(CheckError error)