A type of MultiPlatformException which is thrown when supplied Jervis YAML did not validate successfully agiants known platforms, operating systems, languages, lifecycles, and toolchains.
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.MultiPlatformJervisYamlException
throw new MultiPlatformJervisYamlException('some text')| Constructor and description |
|---|
MultiPlatformJervisYamlException
(String message)Throw a MultiPlatformJervisYamlException |
| 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 MultiPlatformJervisYamlException
message - A simple message that will be prepended with 'Found one or more Jervis YAML errors:' + message.Jervis API documentation.