Uses of Class
org.springframework.context.NoSuchMessageException
Packages that use NoSuchMessageException
Package
Description
This package builds on the beans package to add support for
 message sources and for the Observer design pattern, and the
 ability for application objects to obtain resources using a
 consistent API.
Classes supporting the org.springframework.context package,
 such as abstract base classes for ApplicationContext
 implementations and a MessageSource implementation.
- 
Uses of NoSuchMessageException in org.springframework.contextMethods in org.springframework.context that throw NoSuchMessageExceptionModifier and TypeMethodDescriptionMessageSource.getMessage(String code, Object[] args, Locale locale) Try to resolve the message.MessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) Try to resolve the message using all the attributes contained within theMessageSourceResolvableargument that was passed in.
- 
Uses of NoSuchMessageException in org.springframework.context.supportMethods in org.springframework.context.support that throw NoSuchMessageExceptionModifier and TypeMethodDescriptionAbstractApplicationContext.getMessage(String code, Object[] args, Locale locale) AbstractApplicationContext.getMessage(MessageSourceResolvable resolvable, Locale locale) final StringAbstractMessageSource.getMessage(String code, Object[] args, Locale locale) final StringAbstractMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) DelegatingMessageSource.getMessage(String code, Object[] args, Locale locale) DelegatingMessageSource.getMessage(MessageSourceResolvable resolvable, Locale locale) MessageSourceAccessor.getMessage(String code) Retrieve the message for the given code and the default Locale.MessageSourceAccessor.getMessage(String code, Object[] args) Retrieve the message for the given code and the default Locale.MessageSourceAccessor.getMessage(String code, Object[] args, Locale locale) Retrieve the message for the given code and the given Locale.MessageSourceAccessor.getMessage(String code, Locale locale) Retrieve the message for the given code and the given Locale.MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable) Retrieve the given MessageSourceResolvable (e.g.MessageSourceAccessor.getMessage(MessageSourceResolvable resolvable, Locale locale) Retrieve the given MessageSourceResolvable (e.g.