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.

Extensibility

Although it is technically possible to extend this class, extension is strongly discouraged.

Since:
5.2
See Also:
  • Constructor Details

    • ArgumentAccessException

      public ArgumentAccessException(String message)
    • ArgumentAccessException

      public ArgumentAccessException(String message, Throwable cause)