(class)
Signals a KeyNotFound exception.
| default: | Creates a new KeyNotFoundException. |
| constructor public | {KeyNotFoundException.default} |
| key: | Contains the key that was not found, causing the exception to be thrown. |
field public KeyNotFoundException.key:
any
| obj: | Contains the object in which the key was not found, causing the exception to be thrown. |
field public KeyNotFoundException.obj:
any
(constructor)
| public | {KeyNotFoundException.default} |
Creates a new KeyNotFoundException.
obj: The object in which the key was not found, causing the exception to be thrown.
key: The key that was being searched for and was not found, causing the exception to be thrown.
Notes
(field)
public KeyNotFoundException.key:
any Contains the key that was not found, causing the exception to be thrown.
Notes
This field is often not filled in.
(field)
public KeyNotFoundException.obj:
any Contains the object in which the key was not found, causing the exception to be thrown.
Notes
This field is often not filled in.