@groovy.transform.CompileStatic class UnexpectedNullException extends RuntimeException
Can be thrown when null is encountered in an unexpected location and the system wants to deal with it
more gracefully than a NullPointerException.
| Constructor and description |
|---|
UnexpectedNullException
(String msg) |
UnexpectedNullException
(String message, Exception e) |
UnexpectedNullException
(String message, Throwable e) |
| Methods inherited from class | Name |
|---|---|
class RuntimeException |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |