public final class JkUtilsAssert
extends java.lang.Object
Constructor and Description |
---|
JkUtilsAssert() |
Modifier and Type | Method and Description |
---|---|
static void |
isTrue(boolean condition,
java.lang.String message)
Throws an
IllegalArgumentException if the specified condition is false . |
static void |
notNull(java.lang.Object object,
java.lang.String message)
Throws an
IllegalArgumentException if the specified object is null . |
public static void notNull(java.lang.Object object, java.lang.String message)
IllegalArgumentException
if the specified object is null
.public static void isTrue(boolean condition, java.lang.String message)
IllegalArgumentException
if the specified condition is false
.