Uses of Class
net.sf.eBus.util.MultiKey2
-
Packages that use MultiKey2 Package Description net.sf.eBus.util Contains supporting utility Java classes fornet.sf.eBus. -
-
Uses of MultiKey2 in net.sf.eBus.util
Methods in net.sf.eBus.util that return types with arguments of type MultiKey2 Modifier and Type Method Description List<MultiKey2<String,String>>Validator. errors()Returns an unmodifiable copy of the field errors list.List<MultiKey2<String,String>>ValidationException. problems()Returns the validation problems as a read-only list.Methods in net.sf.eBus.util with parameters of type MultiKey2 Modifier and Type Method Description ValidatorValidator. addError(MultiKey2<String,String> error)Adds the given error to the validator error list.Constructor parameters in net.sf.eBus.util with type arguments of type MultiKey2 Constructor Description ValidationException(Class<?> tc, List<MultiKey2<String,String>> problems)Creates a new instance ofValidationExceptionfor the given class and validation problems.ValidationException(Class<?> tc, List<MultiKey2<String,String>> problems, Throwable cause)Creates a new instance ofValidationExceptionfor the given class and validation problems.
-