com.thoughtworks.xstream.converters.reflection
Class NonExistentFieldException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.thoughtworks.xstream.core.BaseException
com.thoughtworks.xstream.XStreamException
com.thoughtworks.xstream.converters.reflection.ObjectAccessException
com.thoughtworks.xstream.converters.reflection.NonExistentFieldException
- All Implemented Interfaces:
- java.io.Serializable
public class NonExistentFieldException
- extends ObjectAccessException
Indicates that field/property didn't exist in classes (as opposed to what's implied in XML.)
- Author:
- Kohsuke Kawaguchi
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
NonExistentFieldException
public NonExistentFieldException(java.lang.String message,
java.lang.String fieldName)
NonExistentFieldException
public NonExistentFieldException(java.lang.String message,
java.lang.Throwable cause,
java.lang.String fieldName)
getFieldName
public java.lang.String getFieldName()
Copyright © 2004-2011 XStream. All Rights Reserved.