A type of PlatformValidationException which is thrown when a platforms file key is referenced but missing.
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.PlatformMissingKeyException
throw new PlatformMissingKeyException('defaults')| Constructor and description | 
|---|
                                PlatformMissingKeyException
                                (String message)Throw an exception when platforms file key is referenced but missing.  | 
                        
| 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 when platforms file key is referenced but missing.
message -  A simple message that will be prepended with 'Missing key: ' + messageJervis API documentation.