public class KeyNullValueError extends KeyError
| Modifier and Type | Field and Description |
|---|---|
static long |
serialVersionUID
Serialization version.
|
| Constructor and Description |
|---|
KeyNullValueError()
Creates a KeyNullValueError exception.
|
KeyNullValueError(java.lang.String message)
Creates a KeyNullValueError exception.
|
public static final long serialVersionUID
public KeyNullValueError()
public KeyNullValueError(java.lang.String message)
message - String to include in the exception.