public class NoSuchMessageException extends RuntimeException
Constructor and Description |
---|
NoSuchMessageException(String code)
Create a new exception.
|
NoSuchMessageException(String code,
Locale locale)
Create a new exception.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public NoSuchMessageException(String code, Locale locale)
code
- code that could not be resolved for given localelocale
- locale that was used to search for the code withinpublic NoSuchMessageException(String code)
code
- code that could not be resolved for given locale