AeroGear Android Library 1.1.0

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

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.FieldNotFoundException
All Implemented Interfaces:
Serializable

public class FieldNotFoundException
extends RuntimeException

Thrown when a particular field cannot be found.

See Also:
Serialized Form

Constructor Summary
FieldNotFoundException(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

FieldNotFoundException

public FieldNotFoundException(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.

AeroGear Android Library 1.1.0

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