public class Validate
extends Object
Internal utility class for in-code assertion checks.
Asserts that the supplied expression evaluates to true.
expression - the boolean expression to validate Asserts that the supplied object reference is not null.
obj - the reference to validate