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=EXPERIMENTAL, since="5.2") public class ArgumentAccessException extends JUnitException
ArgumentAccessException
is an exception thrown by anArgumentsAccessor
if an error occurs while accessing or converting an argument.- Since:
- 5.2
- See Also:
ArgumentsAccessor
, Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArgumentAccessException(String message)
ArgumentAccessException(String message, Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-