Java org.apache.commons.lang3 ExtendedValidate fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.lang3 ExtendedValidate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.lang3 ExtendedValidate.

The text is from its open source code.

Method

voidisTrue(boolean value, String msg, Object obj)
Validate that the argument condition is true ; otherwise throwing an IllegalArgumentException with the specified message.