| Exception | Description |
|---|---|
| ConfigurationException |
Represents a state where the configuration files are incomplete or invalid
|
| DriverException |
Represents an error extracting the webdriver driver executables, or returning
a web driver for use with the feature.
|
| FeatureFileException |
Represents an exception thrown when there are no scripts that match the options
|
| FeatureFilesException |
Represents an exception thrown when there was an error with the feature files
|
| FileProfileAccessException |
Represents an exception thrown to indicate an error with the processing of feature files
|
| HttpResponseException |
Represents an exception that is thrown when we check for invalid http responses passed
through the browsermob proxy
|
| InvalidInputException |
Represents invalid input from a user script
|
| JarDownloadException |
Represents an error download the jar file and saving it locally
|
| NoFeaturesException |
Represents an exception thrown when there are no scripts that match the options
|
| ProxyException |
Represents an exception thrown when there is an issue with the internal proxy
|
| RemoteFeatureException |
Represents an exception thrown when trying to download a remote feature file
|
| RunScriptsException |
Represents an exception thrown when there was an error running the scripts
|
| ValidationException |
Represents a validation exception
|
| WebElementException |
Represents an error finding an element on the page
|
| ZAPPolicyException |
Represents an invalid request to configure a ZAP policy
|
| ZAPStepOrderException |
Represents the error when ZAP steps are called out of order
|