@groovy.transform.CompileStatic class UnexpectedNullException extends RuntimeException implements GrolifantError
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, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, equals, hashCode, getClass, notify, notifyAll, wait, wait, wait |