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.
|
getCause
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2016 XStream. All rights reserved.