Java org.springframework.beans PropertyAccessException fields, constructors, methods, implement or subclass

Example usage for Java org.springframework.beans PropertyAccessException fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.springframework.beans PropertyAccessException.

The text is from its open source code.

Method

ThrowablegetCause()
Returns the cause of this throwable or null if the cause is nonexistent or unknown.
StringgetErrorCode()
Return a corresponding error code for this type of exception.
StringgetLocalizedMessage()
Creates a localized description of this throwable.
ThrowablegetMostSpecificCause()
Retrieve the most specific cause of this exception, that is, either the innermost cause (root cause) or this exception itself.
PropertyChangeEventgetPropertyChangeEvent()
Return the PropertyChangeEvent that resulted in the problem.
StringgetPropertyName()
Return the name of the affected property, if available.
ObjectgetValue()
Return the affected value that was about to be set, if any.