public final class NullCheckException
extends java.lang.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 | Description |
|---|---|
NullCheckException(java.lang.String message) |
Construct an exception with the given message.
|
NullCheckException(java.lang.String message,
java.lang.Throwable cause) |
Construct an exception with the given cause and message.
|
public NullCheckException(java.lang.String message)
message - The messagepublic NullCheckException(java.lang.String message,
java.lang.Throwable cause)
message - The messagecause - The causeCopyright © 2017 <code@io7m.com> http://io7m.com