Closed jvirtanen closed 12 years ago
If a Configuration does not contain a key, Configuration#apply throws a NoSuchElementException with the message "None.get". As this is not very useful for troubleshooting, replace the message with the key in question.
Configuration
Configuration#apply
NoSuchElementException
Thanks!
If a
Configuration
does not contain a key,Configuration#apply
throws aNoSuchElementException
with the message "None.get". As this is not very useful for troubleshooting, replace the message with the key in question.