Uses of Class
com.espertech.esper.util.CoercionException

Packages that use CoercionException
com.espertech.esper.util Utility classes that center around Java type handling, printing, reflection, debugging 
 

Uses of CoercionException in com.espertech.esper.util
 

Methods in com.espertech.esper.util that throw CoercionException
static java.lang.Class JavaClassHelper.getArithmaticCoercionType(java.lang.Class typeOne, java.lang.Class typeTwo)
          Returns the coercion type for the 2 numeric types for use in arithmatic.
static java.lang.Class JavaClassHelper.getCommonCoercionType(java.lang.Class[] types)
          Determines a common denominator type to which one or more types can be casted or coerced.
static java.lang.Class JavaClassHelper.getCompareToCoercionType(java.lang.Class typeOne, java.lang.Class typeTwo)
          Returns for 2 classes to be compared via relational operator the Class type of common comparison.
 


© 2006-2015 EsperTech Inc.
All rights reserved.
Visit us at espertech.com