new tests for andy
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -6,6 +6,7 @@ package org.springframework.ui.binding;
|
||||
* @since 3.0
|
||||
* @see BindingFactory#getBinding(String)
|
||||
*/
|
||||
@SuppressWarnings("serial")
|
||||
public class NoSuchBindingException extends RuntimeException {
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user