improve subcommand exception handling

This commit is contained in:
Sebastian Sdorra
2011-05-22 13:47:22 +02:00
parent d2eb6d141c
commit 029aed3e82
3 changed files with 28 additions and 2 deletions

View File

@@ -50,6 +50,9 @@ import java.util.ResourceBundle;
public class I18n
{
/** Field description */
public static final String ERROR = "error";
/** Field description */
public static final String GROUP_NOT_FOUND = "groupNotFound";