|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object
|
+--java.lang.Throwable
|
+--java.lang.Exception
|
+--com.interface21.context.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. |
|
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, 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 locale.locale - 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.
|
[Deprecated API] | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | CURRENT API | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||