public class MissingFieldException extends ObjectAccessException
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
Copyright © 2004–2024 XStream. All rights reserved.