public class MissingFieldException extends ObjectAccessException
Modifier and Type | Field and Description |
---|---|
private java.lang.String |
className |
private java.lang.String |
fieldName |
Constructor and Description |
---|
MissingFieldException(java.lang.String className,
java.lang.String fieldName)
Construct a MissingFieldException.
|
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
getClassName()
Retrieve the name of the class with the missing field.
|
java.lang.String |
getFieldName()
Retrieve the name of the missing field.
|
add, get, getMessage, getShortMessage, keys, set
private final java.lang.String fieldName
private final java.lang.String className