public abstract class BaseMessage
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
protected java.lang.String |
defaultMessage |
|
static java.lang.String |
err_Prefix |
|
protected java.lang.String |
msgPrefix |
|
static java.lang.String |
NO_MESSAGE |
|
protected java.util.ResourceBundle |
rb |
|
static java.lang.String |
RESBUNDLE_NOTFOUND |
|
static java.lang.String |
S_GENERAL_ERR |
| Constructor | Description |
|---|---|
BaseMessage() |
| Modifier and Type | Method | Description |
|---|---|---|
protected java.lang.String |
getBundle(java.lang.String s) |
|
protected void |
init(java.lang.String resourceFile) |
|
static java.sql.SQLException |
makeException(java.lang.Exception e) |
public static final java.lang.String RESBUNDLE_NOTFOUND
public static final java.lang.String NO_MESSAGE
public static final java.lang.String S_GENERAL_ERR
protected java.util.ResourceBundle rb
protected java.lang.String defaultMessage
protected java.lang.String msgPrefix
public static final java.lang.String err_Prefix