On 31 October 2012 16:16, Dennis Putnam <[email protected]> wrote: > Thanks for the reply. I had 'getString' originally and got the same error
So just to confirm, String foo = config.getString(keythatexists); String bar = config.getString(keythatdoesnotexist); is throwing a NullPointerException on the second line? If so, that sounds like a bug as it should only throw a NoSuchElementException - and that only if setThrowExceptionOnMissing(true) is called. Greg --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
