Uses of Class
edu.caltech.nanodb.expressions.TypeCastException
-
Packages that use TypeCastException Package Description edu.caltech.nanodb.expressions This package contains classes for representing and evaluating arithmetic and logical expressions. -
-
Uses of TypeCastException in edu.caltech.nanodb.expressions
Subclasses of TypeCastException in edu.caltech.nanodb.expressions Modifier and Type Class Description class
TruncationException
This exception is a specific subtype of the type-cast exception that is thrown when a type-conversion would cause a truncation of a value.Methods in edu.caltech.nanodb.expressions that throw TypeCastException Modifier and Type Method Description static Pair
TypeConverter. coerceArithmetic(java.lang.Object obj1, java.lang.Object obj2)
This function takes two arguments and coerces them to be the same numeric type, for use with arithmetic operations.static Pair
TypeConverter. coerceComparison(java.lang.Object obj1, java.lang.Object obj2)
This function takes two arguments and coerces them to be the same numeric type, for use with comparison operations.private static Pair
TypeConverter. coerceTemporalAmountArithmetic(java.time.temporal.TemporalAmount obj1, java.lang.Object obj2)
private static Pair
TypeConverter. coerceTemporalArithmetic(java.time.temporal.Temporal obj1, java.lang.Object obj2)
-