Package de.intarsys.tools.reflect
Class FieldNotFoundException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- de.intarsys.tools.reflect.ReflectionException
-
- de.intarsys.tools.reflect.FieldException
-
- de.intarsys.tools.reflect.FieldNotFoundException
-
- All Implemented Interfaces:
java.io.Serializable
public class FieldNotFoundException extends FieldException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description FieldNotFoundException(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getMessage()
java.lang.String
getName()
-
-
-
Method Detail
-
getMessage
public java.lang.String getMessage()
- Overrides:
getMessage
in classjava.lang.Throwable
-
getName
public java.lang.String getName()
- Specified by:
getName
in classFieldException
-
-