de.intarsys.tools.reflect
Class FieldNotFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by de.intarsys.tools.reflect.ReflectionException
              extended by de.intarsys.tools.reflect.FieldException
                  extended by de.intarsys.tools.reflect.FieldNotFoundException
All Implemented Interfaces:
java.io.Serializable

public class FieldNotFoundException
extends FieldException

See Also:
Serialized Form

Constructor Summary
FieldNotFoundException(java.lang.String name)
           
 
Method Summary
 java.lang.String getMessage()
           
 java.lang.String getName()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, 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(java.lang.String name)
Method Detail

getMessage

public java.lang.String getMessage()
Overrides:
getMessage in class java.lang.Throwable

getName

public java.lang.String getName()
Specified by:
getName in class FieldException