public class NullException extends UncheckedException:
Exception thrown when a null reference is used where a value is required.
throw NullException("missing value")| Modifier and Type | Member | Description |
|---|---|---|
| public | NullExceptionNullException(message as String = "the reference is null"): |
Creates a null-reference exception. |