new tests for andy

This commit is contained in:
Keith Donald
2009-07-10 18:49:38 +00:00
parent 6598fd736d
commit e85a6740d8
3 changed files with 31 additions and 3 deletions

View File

@@ -25,6 +25,7 @@ import java.util.Map;
* @since 3.0
* @see Binder#bind(Map)
*/
@SuppressWarnings("serial")
public class MissingSourceValuesException extends RuntimeException {
private List<String> missing;

View File

@@ -6,6 +6,7 @@ package org.springframework.ui.binding;
* @since 3.0
* @see BindingFactory#getBinding(String)
*/
@SuppressWarnings("serial")
public class NoSuchBindingException extends RuntimeException {
/**