public class ShrPropertyAccessException
extends org.springframework.beans.PropertyAccessException
| Constructor and Description |
|---|
ShrPropertyAccessException(org.springframework.beans.PropertyAccessException delegate,
ShrResourceBundleMessageSource messageSource,
ShrDateFormatter dateFormatter) |
ShrPropertyAccessException(java.lang.String msg,
java.lang.Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getErrorCode() |
java.lang.String |
getLocalizedMessage() |
java.lang.String |
getPropertyName() |
java.lang.Object |
getValue() |
getPropertyChangeEventcontains, getMessage, getMostSpecificCause, getRootCausepublic ShrPropertyAccessException(java.lang.String msg,
java.lang.Throwable cause)
public ShrPropertyAccessException(org.springframework.beans.PropertyAccessException delegate,
ShrResourceBundleMessageSource messageSource,
ShrDateFormatter dateFormatter)
public java.lang.String getErrorCode()
getErrorCode in interface org.springframework.core.ErrorCodedgetErrorCode in class org.springframework.beans.PropertyAccessExceptionpublic java.lang.String getPropertyName()
getPropertyName in class org.springframework.beans.PropertyAccessExceptionpublic java.lang.Object getValue()
getValue in class org.springframework.beans.PropertyAccessExceptionpublic java.lang.String getLocalizedMessage()
getLocalizedMessage in class java.lang.Throwable