Hey guys. I'm having an issue where delegating properties to a map essentially makes "null" an issue for me. I've got a class with various properties delegated to a map. When a property is accessed which doesn't have a key in the map, a NoSuchElementException is thrown. Unfortunately this means I cannot use built in null checking as null has nothing to do with NoSuchElementExceptions.