|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcz.zcu.fav.kiv.editor.controller.resource.ErrorResourceController
public class ErrorResourceController
The ErrorResourceController class contains methods for loading error text
resources.
| Constructor Summary | |
|---|---|
ErrorResourceController()
Initializes a newly created ErrorResourceController with error resource
bundle. |
|
| Method Summary | |
|---|---|
static java.lang.String |
getMessage(java.lang.String key)
Gets the error text resource for the input key. |
static java.lang.String |
getMessage(java.lang.String key,
java.lang.Object... args)
Gets the error text resource for the input key and arguments. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ErrorResourceController()
ErrorResourceController with error resource
bundle.
| Method Detail |
|---|
public static java.lang.String getMessage(java.lang.String key)
key - the key of the error text resource.
public static java.lang.String getMessage(java.lang.String key,
java.lang.Object... args)
key - the key of the error text resource.args - the arguments of the error text resource.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||