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.
|
getCauseaddSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004-2014 XStream. All Rights Reserved.