Package de.intarsys.tools.reflect
Class FieldException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.intarsys.tools.reflect.ReflectionException
-
- 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
Constructors Constructor Description FieldException()
FieldException(java.lang.String message)
FieldException(java.lang.String message, java.lang.Throwable cause)
FieldException(java.lang.Throwable cause)
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description abstract java.lang.String
getName()
-