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, toString
public StrictnessException()
public StrictnessException(String text)
public static void nullcheck(Object o, String text) throws StrictnessException
StrictnessException
public static void nullcheck(Object o) throws StrictnessException
StrictnessException
see also the complete user documentation .