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