NoSuchPropertyExceptionpublic class NoSuchPropertyException extends RuntimeException Thrown when code requests a {@link Property} on a class that does
not expose the appropriate method or field. |
Constructors Summary |
---|
public NoSuchPropertyException(String s)
super(s);
|
|