Java org.jsoup.helper Validate fields, constructors, methods, implement or subclass

Example usage for Java org.jsoup.helper Validate fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.jsoup.helper Validate.

The text is from its open source code.

Method

voidnotEmpty(String string, String msg)
Validates that the string is not empty
voidnotNull(Object obj, String msg)
Validates that the object is not null