Class ArgumentAccessException

  • All Implemented Interfaces:
    java.io.Serializable

    @API(status=EXPERIMENTAL,
         since="5.2")
    public class ArgumentAccessException
    extends JUnitException
    ArgumentAccessException is an exception thrown by an ArgumentsAccessor if an error occurs while accessing or converting an argument.
    Since:
    5.2
    See Also:
    ArgumentsAccessor, Serialized Form
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static long serialVersionUID  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ArgumentAccessException

        public ArgumentAccessException​(java.lang.String message)
      • ArgumentAccessException

        public ArgumentAccessException​(java.lang.String message,
                                       java.lang.Throwable cause)