FileDocCategorySizeDatePackage
NoSuchPropertyException.javaAPI DocAndroid 5.1 API981Thu Mar 12 22:22:10 GMT 2015android.util

NoSuchPropertyException

public class NoSuchPropertyException extends RuntimeException
Thrown when code requests a {@link Property} on a class that does not expose the appropriate method or field.
see
Property#of(java.lang.Class, java.lang.Class, java.lang.String)

Fields Summary
Constructors Summary
public NoSuchPropertyException(String s)

        super(s);
    
Methods Summary