Class ArgumentConversionException

All Implemented Interfaces:
Serializable

@API(status=STABLE,
     since="5.7")
public class ArgumentConversionException
extends JUnitException
ArgumentConversionException is an exception that can occur when an object is converted to another object by an implementation of an ArgumentConverter.
Since:
5.0
See Also:
ArgumentConverter, Serialized Form
  • Constructor Details

    • ArgumentConversionException

      public ArgumentConversionException​(String message)
    • ArgumentConversionException

      public ArgumentConversionException​(String message, Throwable cause)