Class ConversionException

All Implemented Interfaces:
ErrorWriter, Serializable
Direct Known Subclasses:
AbstractReferenceMarshaller.ReferencedImplicitElementException, AbstractReflectionConverter.DuplicateFieldException, AbstractReflectionConverter.UnknownFieldException, JavaBeanConverter.DuplicateFieldException, JavaBeanConverter.DuplicatePropertyException, TreeMarshaller.CircularReferenceException

public class ConversionException extends ErrorWritingException
Thrown by 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.
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String msg, Throwable cause)
    • ConversionException

      public ConversionException(String msg)
    • ConversionException

      public ConversionException(Throwable cause)