Validate.isTrue(i > 0, "The value must be greater than zero: %d", i); Validate.notNull(surname, "The surname must not be %s", null);
#ThreadSafe#
@version $Id: Validate.java 1153490 2011-08-03 13:53:35Z ggregory $ @see java.lang.String#format(String,Object) @since 2.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|