org.jenkinsci.plugins.cucumber.jsontestsupport
Class CucumberModelException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jenkinsci.plugins.cucumber.jsontestsupport.CucumberModelException
- All Implemented Interfaces:
- Serializable
public class CucumberModelException
- extends RuntimeException
An exception caused by failing to parse the Cucumber JSON file. Most likely caused by a bug in the code
with some strange/unseen JSON output.
- Author:
- James Nord
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
CucumberModelException
public CucumberModelException(String message)
Copyright © 2013-2014. All Rights Reserved.