Class AbstractReflectionConverter.UnknownFieldException
- 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.ErrorWritingException
-
- com.thoughtworks.xstream.converters.ConversionException
-
- com.thoughtworks.xstream.converters.reflection.AbstractReflectionConverter.UnknownFieldException
-
- All Implemented Interfaces:
ErrorWriter
,java.io.Serializable
- Enclosing class:
- AbstractReflectionConverter
public static class AbstractReflectionConverter.UnknownFieldException extends ConversionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnknownFieldException(java.lang.String type, java.lang.String field)
-
Method Summary
-
Methods inherited from class com.thoughtworks.xstream.converters.ErrorWritingException
add, get, getMessage, getShortMessage, keys, set
-
-