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(java.lang.String msg) |
ConversionException(java.lang.String msg,
java.lang.Throwable cause) |
ConversionException(java.lang.Throwable cause) |
add, get, getMessage, getShortMessage, keys, set
Copyright © 2004–2024 XStream. All rights reserved.