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:
Serializable
- Direct Known Subclasses:
FieldAccessException
,FieldNotFoundException
An exception while accessing an object field.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionFieldException
(String message) FieldException
(String message, Throwable cause) FieldException
(Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
FieldException
public FieldException() -
FieldException
-
FieldException
-
FieldException
-
-
Method Details
-
getName
-