Module org.junit.jupiter.params
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
ArgumentAccessException
is an exception thrown by an
ArgumentsAccessor
if an error occurs while accessing
or converting an argument.- Since:
- 5.2
- See Also:
-
Constructor Summary
ConstructorDescriptionArgumentAccessException
(String message) ArgumentAccessException
(String message, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArgumentAccessException
-
ArgumentAccessException
-