de.intarsys.tools.reflect
Class FieldException

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
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
FieldAccessException, FieldNotFoundException

public abstract class FieldException
extends ReflectionException

An exception while accessing an object field.

See Also:
Serialized Form

Constructor Summary
FieldException()
           
FieldException(java.lang.String message)
           
FieldException(java.lang.String message, java.lang.Throwable cause)
           
FieldException(java.lang.Throwable cause)
           
 
Method Summary
abstract  java.lang.String getName()
           
 
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

FieldException

public FieldException()

FieldException

public FieldException(java.lang.String message)

FieldException

public FieldException(java.lang.String message,
                      java.lang.Throwable cause)

FieldException

public FieldException(java.lang.Throwable cause)
Method Detail

getName

public abstract java.lang.String getName()