A group of exceptions that are thrown when validation errors occur in the lifecycles file.
To run this example, clone Jervis and execute ./gradlew console to bring up a Groovy Console with the classpath set up.
import net.gleske.jervis.exceptions.PipelineGeneratorException throw new PipelineGeneratorException('some text')
Constructor and description |
---|
PipelineGeneratorException
(String message) Throw a PipelineGeneratorException. |
Methods inherited from class | Name |
---|---|
class Exception |
printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, getSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll |
Throw a PipelineGeneratorException.
message
- A simple message that will be prepended with 'ERROR: Pipeline Generator failed. ' + message as well as provide a link to a helpful wiki page, WikiPages.PIPELINE_SUPPORT.Jervis API documentation.