Class PropertyUtility
java.lang.Object
com.espertech.esper.common.internal.event.util.PropertyUtility
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic PropertyAccessException
getGeneralException
(Field field, Throwable t) static PropertyAccessException
getGeneralException
(Method method, Throwable t) static PropertyAccessException
static PropertyAccessException
static PropertyAccessException
static PropertyAccessException
static PropertyAccessException
static PropertyAccessException
getMismatchException
(Field field, Object object, ClassCastException e) static PropertyAccessException
getMismatchException
(Method method, Object object, ClassCastException e)
-
Constructor Details
-
PropertyUtility
public PropertyUtility()
-
-
Method Details
-
getIllegalAccessException
public static PropertyAccessException getIllegalAccessException(Field field, IllegalAccessException e) -
getIllegalArgumentException
public static PropertyAccessException getIllegalArgumentException(Field field, IllegalArgumentException e) -
getIllegalAccessException
public static PropertyAccessException getIllegalAccessException(Method method, IllegalAccessException e) -
getIllegalArgumentException
public static PropertyAccessException getIllegalArgumentException(Method method, IllegalArgumentException e) -
getMismatchException
public static PropertyAccessException getMismatchException(Method method, Object object, ClassCastException e) -
getMismatchException
public static PropertyAccessException getMismatchException(Field field, Object object, ClassCastException e) -
getInvocationTargetException
public static PropertyAccessException getInvocationTargetException(Method method, InvocationTargetException e) -
getGeneralException
-
getGeneralException
-