Class ArgumentAccessException

All Implemented Interfaces:
Serializable

@API(status=STABLE, since="5.7") public class ArgumentAccessException extends 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)