public class StrictnessException extends RuntimeException
| Constructor and Description |
|---|
StrictnessException() |
StrictnessException(String text) |
| Modifier and Type | Method and Description |
|---|---|
static void |
nullcheck(Object o) |
static void |
nullcheck(Object o,
String text) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic StrictnessException()
public StrictnessException(String text)
public static void nullcheck(Object o, String text) throws StrictnessException
StrictnessExceptionpublic static void nullcheck(Object o) throws StrictnessException
StrictnessExceptionsee also the complete user documentation .