Java com.jgoodies.common.base Preconditions fields, constructors, methods, implement or subclass

Example usage for Java com.jgoodies.common.base Preconditions fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.jgoodies.common.base Preconditions.

The text is from its open source code.

Method

StringcheckNotBlank(String str, String message)
Checks that the given string is not blank and throws a customized NullPointerException if it is null , and a customized IllegalArgumentException if it is empty or whitespace.