Package | Description |
---|---|
org.apache.cassandra.cql3.functions.types |
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
|
org.apache.cassandra.cql3.functions.types.exceptions |
Class and Description |
---|
CodecNotFoundException
Thrown when a suitable
TypeCodec cannot be found by CodecRegistry instances. |
InvalidTypeException
Thrown when a
TypeCodec is unable to perform the requested
operation (serialization, deserialization, parsing or formatting) because the object or the byte
buffer content being processed does not comply with the expected Java and/or CQL type. |
Class and Description |
---|
DriverException
Top level class for exceptions thrown by the driver.
|
Copyright © 2009-2020 The Apache Software Foundation