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 FormConstructor and Description |
---|
ConversionException(String msg) |
ConversionException(String msg,
Throwable cause) |
ConversionException(Throwable cause) |
add, get, getMessage, getShortMessage, keys, set
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
Copyright © 2004–2016 XStream. All rights reserved.