Class JGivenWrongUsageException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tngtech.jgiven.exception.JGivenWrongUsageException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AmbiguousResolutionException

public class JGivenWrongUsageException extends RuntimeException
Thrown when JGiven was used in some wrong way.
See Also:
  • Constructor Details

    • JGivenWrongUsageException

      public JGivenWrongUsageException(String message)
    • JGivenWrongUsageException

      public JGivenWrongUsageException(String message, Class<?> classWithFurtherInformation)
    • JGivenWrongUsageException

      public JGivenWrongUsageException(String message, Exception e)
    • JGivenWrongUsageException

      public JGivenWrongUsageException(String message, Class<?> classWithFurtherInformation, Exception e)