com.tngtech.jgiven.exception
Class JGivenUserException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.tngtech.jgiven.exception.JGivenUserException
All Implemented Interfaces:
Serializable

public class JGivenUserException
extends RuntimeException

This exception is thrown when JGiven tried to execute a used defined method and that method has thrown an exception.

See Also:
Serialized Form

Constructor Summary
JGivenUserException(Method method, String methodDescription, Throwable cause)
           
 
Method Summary
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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(Method method,
                           String methodDescription,
                           Throwable cause)


Copyright © 2014 TNG Technology Consulting. All rights reserved.