Class ArgumentAccessException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.junit.platform.commons.JUnitException
org.junit.jupiter.params.aggregator.ArgumentAccessException
All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.7") public class ArgumentAccessException extends org.junit.platform.commons.JUnitException
ArgumentAccessException is an exception thrown by an ArgumentsAccessor if an error occurs while accessing or converting an argument.
Since:
5.2
See Also:
  • Field Details

  • Constructor Details

    • ArgumentAccessException

      public ArgumentAccessException(String message)
    • ArgumentAccessException

      public ArgumentAccessException(String message, Throwable cause)