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.
Extensibility
Although it is technically possible to extend this class, extension is strongly discouraged.
- Since:
- 5.2
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionArgumentAccessException(String message) ArgumentAccessException(String message, Throwable cause) -
Method Summary
Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ArgumentAccessException
-
ArgumentAccessException
-