|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidPropertyException | |
---|---|
org.springframework.beans | This package contains interfaces and classes for manipulating Java beans. |
Uses of InvalidPropertyException in org.springframework.beans |
---|
Subclasses of InvalidPropertyException in org.springframework.beans | |
---|---|
class |
NotReadablePropertyException
Exception thrown on an attempt to get the value of a property that isn't readable, because there's no getter method. |
class |
NotWritablePropertyException
Exception thrown on an attempt to set the value of a property that isn't writable, because there's no setter method. |
class |
NullValueInNestedPathException
Exception thrown when navigation of a valid nested property path encounters a NullPointerException. |
|
The Spring Framework | |||||||||
PREV NEXT | FRAMES NO FRAMES |