Uses of Package
org.apache.cassandra.cql3.functions.types.exceptions
-
Packages that use org.apache.cassandra.cql3.functions.types.exceptions 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 -
Classes in org.apache.cassandra.cql3.functions.types.exceptions used by org.apache.cassandra.cql3.functions.types Class Description CodecNotFoundException Thrown when a suitableTypeCodec
cannot be found byCodecRegistry
instances.InvalidTypeException Thrown when aTypeCodec
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. -
Classes in org.apache.cassandra.cql3.functions.types.exceptions used by org.apache.cassandra.cql3.functions.types.exceptions Class Description DriverException Top level class for exceptions thrown by the driver.