public final class JkException
extends java.lang.RuntimeException
Constructor and Description |
---|
JkException(java.lang.String message)
Constructs a
JkException with the specified message. |
Modifier and Type | Method and Description |
---|---|
static void |
throwIf(boolean condition,
java.lang.String message)
Throws a JkException with the specified message if the specified condition is met.
|
public JkException(java.lang.String message)
JkException
with the specified message.