Uses of Class
net.esper.util.CoercionException

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

Uses of CoercionException in net.esper.util
 

Methods in net.esper.util that throw CoercionException
static Class JavaClassHelper.getArithmaticCoercionType(Class typeOne, Class typeTwo)
          Returns the coercion type for the 2 numeric types for use in arithmatic.
static Class JavaClassHelper.getCommonCoercionType(Class[] types)
          Determines a common denominator type to which one or more types can be casted or coerced.