The java org.apache.commons.lang.Validate.notEmpty method is a part of the Apache Commons Lang library in Java. This method is used to validate that a given parameter or object is not empty. It throws an IllegalArgumentException if the parameter is found to be null or empty, otherwise it returns the parameter itself.
Java Validate.notEmpty - 30 examples found. These are the top rated real world Java examples of org.apache.commons.lang.Validate.notEmpty extracted from open source projects. You can rate examples to help us improve the quality of examples.