AeroGear Android Library 1.1.0

org.jboss.aerogear.android.impl.reflection
Class PropertyNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.jboss.aerogear.android.impl.reflection.PropertyNotFoundException
All Implemented Interfaces:
Serializable

public class PropertyNotFoundException
extends RuntimeException

Thrown when a property cannot be found.

See Also:
Serialized Form

Constructor Summary
PropertyNotFoundException(Class klass, String fieldName)
          Constructs with class and fieldName cannot be found.
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PropertyNotFoundException

public PropertyNotFoundException(Class klass,
                                 String fieldName)
Constructs with class and fieldName cannot be found.

Parameters:
klass - Class where field cannot be found.
fieldName - field cannot be found property.

AeroGear Android Library 1.1.0

Copyright © 2013 JBoss by Red Hat. All Rights Reserved.