Class ArgumentConversionException

  • All Implemented Interfaces:
    java.io.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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArgumentConversionException

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

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