Package org.springframework.context
Class NoSuchMessageException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.context.NoSuchMessageException
- All Implemented Interfaces:
 Serializable
Exception thrown when a message can't be resolved.
- Author:
 - Rod Johnson
 - See Also:
 
- 
Constructor Summary
ConstructorsConstructorDescriptionNoSuchMessageException(String code) Create a new exception.NoSuchMessageException(String code, Locale locale) Create a new exception. - 
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString 
- 
Constructor Details
- 
NoSuchMessageException
Create a new exception.- Parameters:
 code- the code that could not be resolved for given localelocale- the locale that was used to search for the code within
 - 
NoSuchMessageException
Create a new exception.- Parameters:
 code- the code that could not be resolved for given locale
 
 -