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.LifecycleValidationException throw new LifecycleValidationException('some text')
Constructor and description |
---|
LifecycleValidationException
(String message) Throw a LifecycleValidationException. |
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 LifecycleValidationException.
message
- A simple message that will be prepended with 'ERROR: Lifecycle validation failed. ' + message as well as provide a link to a helpful wiki page, WikiPages.LIFECYCLES_SPEC.Jervis API documentation.