A group of exceptions that are thrown when validation errors occur on Jervis YAML utilizing multiple platforms and operating systems.
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.MultiPlatformValidatorException
throw new MultiPlatformValidatorException('some text')| Constructor and description |
|---|
MultiPlatformValidatorException
(String message)Throw a MultiPlatformValidatorException |
| Methods inherited from class | Name |
|---|---|
class Exception |
printStackTrace, printStackTrace, printStackTrace, getStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, setStackTrace, addSuppressed, equals, hashCode, getClass, notify, notifyAll, wait, wait, wait |
Throw a MultiPlatformValidatorException
message - A simple message that will be prepended with 'Checked platforms, toolchains, and lifecycles YAML.' + message.Jervis API documentation.