|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.springframework.context.NoSuchMessageException
public class NoSuchMessageException
Exception thrown when a message can't be resolved.
| Constructor Summary | |
|---|---|
NoSuchMessageException(java.lang.String code)
Create a new exception. |
|
NoSuchMessageException(java.lang.String code,
java.util.Locale locale)
Create a new exception. |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Throwable |
|---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoSuchMessageException(java.lang.String code,
java.util.Locale locale)
code - code that could not be resolved for given localelocale - locale that was used to search for the code withinpublic NoSuchMessageException(java.lang.String code)
code - code that could not be resolved for given locale
|
spring-context | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||