public class ConversionException extends ErrorWritingException
Converter implementations when they cannot convert an object
to/from textual data.
When this exception is thrown it can be passed around to things that accept an
ErrorWriter, allowing them to add diagnostics to the stack trace.ErrorWriter,
Serialized Form| Constructor and Description |
|---|
ConversionException(String msg) |
ConversionException(String msg,
Throwable cause) |
ConversionException(Throwable cause) |
add, get, getMessage, getShortMessage, keys, setaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringCopyright © 2004–2016 XStream. All rights reserved.