Class JGivenUserException

  • All Implemented Interfaces:
    java.io.Serializable

    public class JGivenUserException
    extends java.lang.RuntimeException
    This exception is thrown when JGiven tried to execute a user-defined method and that method has thrown an exception.
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      JGivenUserException​(java.lang.reflect.Method method, java.lang.String methodDescription, java.lang.Throwable cause)  
    • 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

      • JGivenUserException

        public JGivenUserException​(java.lang.reflect.Method method,
                                   java.lang.String methodDescription,
                                   java.lang.Throwable cause)