All Implemented Interfaces:
Serializable

@API(status=EXPERIMENTAL, since="1.11") public class ConversionException extends JUnitException
ConversionException is an exception that can occur when an object is converted to another object.
Since:
1.11
See Also:
  • Constructor Details

    • ConversionException

      public ConversionException(String message)
    • ConversionException

      public ConversionException(String message, Throwable cause)