Class ArgumentConversionException



  • @API(status=EXPERIMENTAL,
         since="5.0")
    public class ArgumentConversionException
    extends org.junit.platform.commons.JUnitException
    ArgumentConversionException is an exception that can occur when an object is converted to another object by an implementation of an org.junit.jupiter.params.converter.ArgumentConverter.
    Since:
    5.0
    See Also:
    ArgumentConverter, Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
    • Constructor Detail

      • ArgumentConversionException

        public ArgumentConversionException​(java.lang.String message)
      • ArgumentConversionException

        public ArgumentConversionException​(java.lang.String message,
                                           java.lang.Throwable cause)