Description
Currently, when a Qute value is missing, it is replaced by NOT_FOUND in the rendered result.
It would be useful to be able to let the consumer choose what he want to do: warning log, fail, use NOT_FOUND, use something else.
Implementation ideas
Maybe we should be able to define some kind of String MissingValueProvider#get(String expression) in which we could either return a String, throw an exception, log, ... depending on the choice.