| Exception | Description |
|---|---|
| AmbiguousFormattingException |
Thrown if a parameter in a step method has multiple formatting annotations.
|
| AmbiguousResolutionException |
Thrown when a field cannot be uniquely resolved by the name or type.
|
| FailIfPassedException | |
| JGivenExecutionException |
This exception is thrown when JGiven tried to execute a used defined method, but the method could not be executed for some reason.
|
| JGivenInjectionException | |
| JGivenInstallationException | |
| JGivenInternalDefectException |
If this exception is thrown there is most likely a bug in JGiven.
|
| JGivenUserException |
This exception is thrown when JGiven tried to execute a used defined method and that method has thrown an exception.
|
| JGivenWrongUsageException |
Thrown when JGiven was used in some wrong way.
|