public final class NullCheckException extends RuntimeException
An exception raised when a NullCheck assertion fails.
Exceptions of this type are not intended to be caught and handled; they indicate program bugs.
NullCheck,
Serialized Form| Constructor and Description |
|---|
NullCheckException(String message)
Construct an exception with the given message.
|
NullCheckException(String message,
Throwable cause)
Construct an exception with the given cause and message.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic NullCheckException(String message)
message - The messageCopyright © 2016 <code@io7m.com> http://io7m.com