Uses of Package
org.apache.cassandra.cql3.functions.types.exceptions
Packages that use org.apache.cassandra.cql3.functions.types.exceptions
Package
Description
Contains pieces of the Java Driver that are needed to handle data types
in C* User-Defined-Functions/Aggregates.
-
Classes in org.apache.cassandra.cql3.functions.types.exceptions used by org.apache.cassandra.cql3.functions.typesClassDescriptionThrown when a suitable
TypeCodeccannot be found byCodecRegistryinstances.Thrown when aTypeCodecis 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. -