public abstract class PropertyAccessException extends RuntimeException
Modifier | Constructor and Description |
---|---|
protected |
PropertyAccessException(String propertyName,
Class<?> targetType,
Throwable cause) |
Modifier and Type | Method and Description |
---|---|
String |
getPropertyName() |
Class<?> |
getTargetType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2016. All rights reserved.