Package hudson.util
Class RobustReflectionConverter.DuplicateFieldException
- 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
-
- hudson.util.RobustReflectionConverter.DuplicateFieldException
-
- All Implemented Interfaces:
com.thoughtworks.xstream.converters.ErrorWriter
,Serializable
- Enclosing class:
- RobustReflectionConverter
public static class RobustReflectionConverter.DuplicateFieldException extends com.thoughtworks.xstream.converters.ConversionException
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DuplicateFieldException(String msg)
-
Method Summary
-
Methods inherited from class com.thoughtworks.xstream.converters.ErrorWritingException
add, get, getMessage, getShortMessage, keys, set
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
DuplicateFieldException
public DuplicateFieldException(String msg)
-
-