getMessage(
MessageSourceResolvable
resolvable,
Locale
locale
) Try to resolve the message using all the attributes contained within the
MessageSourceResolvable argument that was passed in.
Try to resolve the message using all the attributes contained within the
MessageSourceResolvable argument that was passed in.
NOTE: We must throw a NoSuchMessageException on this method
since at the time of calling this method we aren't able to determine if the
defaultMessage property of the resolvable is null or not.