public class PropertyUtility extends Object
Constructor and Description |
---|
PropertyUtility() |
Modifier and Type | Method and Description |
---|---|
static PropertyAccessException |
getGeneralException(Method method,
Throwable t) |
static PropertyAccessException |
getIllegalAccessException(Field field,
IllegalAccessException e) |
static PropertyAccessException |
getIllegalAccessException(Method method,
IllegalAccessException e) |
static PropertyAccessException |
getIllegalArgumentException(Field field,
IllegalArgumentException e) |
static PropertyAccessException |
getIllegalArgumentException(Method method,
IllegalArgumentException e) |
static PropertyAccessException |
getInvocationTargetException(Method method,
InvocationTargetException e) |
static PropertyAccessException |
getMismatchException(Field field,
Object object,
ClassCastException e) |
static PropertyAccessException |
getMismatchException(Method method,
Object object,
ClassCastException e) |
public static PropertyAccessException getIllegalAccessException(Field field, IllegalAccessException e)
public static PropertyAccessException getIllegalArgumentException(Field field, IllegalArgumentException e)
public static PropertyAccessException getIllegalAccessException(Method method, IllegalAccessException e)
public static PropertyAccessException getIllegalArgumentException(Method method, IllegalArgumentException e)
public static PropertyAccessException getMismatchException(Method method, Object object, ClassCastException e)
public static PropertyAccessException getMismatchException(Field field, Object object, ClassCastException e)
public static PropertyAccessException getInvocationTargetException(Method method, InvocationTargetException e)
public static PropertyAccessException getGeneralException(Method method, Throwable t)
Copyright © 2005–2018. All rights reserved.