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
public abstract class FieldException
- extends ReflectionException
An exception while accessing an object field.
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
FieldException
public FieldException()
FieldException
public FieldException(String message)
FieldException
public FieldException(String message,
Throwable cause)
FieldException
public FieldException(Throwable cause)
getName
public abstract String getName()
Copyright © 2012 intarsys consulting GmbH. All Rights Reserved.