public class MissingFieldException extends ObjectAccessException
| Constructor and Description |
|---|
MissingFieldException(String className,
String fieldName)
Construct a MissingFieldException.
|
| Modifier and Type | Method and Description |
|---|---|
protected String |
getClassName()
Retrieve the name of the class with the missing field.
|
String |
getFieldName()
Retrieve the name of the missing field.
|
add, get, getMessage, getShortMessage, keys, setaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004–2017 XStream. All rights reserved.