Java SDK Documentation
23.4.0
|
Public Member Functions | |
InvalidMapKeyException (String msg, String key) | |
String | getKey () |
An Exception that is thrown when an invalid key is found when attempting to encode a vmap, Vertica's aggregate type that powers Flex tables.
com.vertica.sdk.vmap.InvalidMapKeyException.InvalidMapKeyException | ( | String | msg, |
String | key | ||
) |
Create an exception caused by an invalid key, with associated message (reason).
msg | The reason for the exception, or more details on its cause. |
key | The key that is invalid. |
String com.vertica.sdk.vmap.InvalidMapKeyException.getKey | ( | ) |
Get the key value that caused the exception (i.e. is invalid).