A type of ToolchainValidationException which is thrown when there is a bad value in a toolchains file key.
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.ToolchainBadValueInKeyException
throw new ToolchainBadValueInKeyException('some error')| Constructor and description | 
|---|
                                ToolchainBadValueInKeyException
                                (String message)Throw an exception for a bad value in a key.  | 
                        
| Methods inherited from class | Name | 
|---|---|
class Exception | 
                            printStackTrace, printStackTrace, printStackTrace, fillInStackTrace, getCause, initCause, toString, getMessage, getSuppressed, getLocalizedMessage, getStackTrace, setStackTrace, addSuppressed, wait, wait, wait, equals, hashCode, getClass, notify, notifyAll | 
                        
Throw an exception for a bad value in a key.
message -  A simple message that will be prepended with 'Bad value in
                     key: ' + message.  This message is further wrapped by the
                     message in
                     ToolchainValidationException.Jervis API documentation.