A group of exceptions that are thrown when validation errors occur in the toolchains 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.ToolchainValidationException throw new ToolchainValidationException('some text')
Constructor and description |
---|
ToolchainValidationException
(String message) Throw a ToolchainValidationException |
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 ToolchainValidationException
message
- A simple message that will be prepended with 'ERROR: Toolchain validation failed. ' + message as well as provide a link to a helpful wiki page, WikiPages.TOOLCHAINS_SPEC.Jervis API documentation.