|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.apache.wsrp4j.exception.Messages
Holds all exception messages
| Field Summary | |
static int |
COMMON_LOWER_BOUND
defines the lowest message code for common messages |
static int |
COMMON_UPPER_BOUND
defines the highest message code for common messages |
static int |
CONSUMER_LOWER_BOUND
defines the lowest message code for consumer messages |
static int |
CONSUMER_UPPER_BOUND
defines the highest message code for consumer messages |
private static java.lang.String |
FILE_MSG_PROPERTIES
|
private static Logger |
logger
|
private static java.lang.String |
METHOD_GET
|
private static java.lang.String |
METHOD_INIT
|
private static java.lang.String |
MSG_EXCEPTION_ON_LOAD
|
private static java.lang.String |
MSG_NO_MSG_FOUND
|
private static java.lang.String |
MSG_NO_MSG_FOUND_FOR
|
private static java.util.Properties |
msgMap
|
static int |
PRODUCER_LOWER_BOUND
defines the lowest message code for producer messages |
static int |
PRODUCER_UPPER_BOUND
defines the highest message code for producer messages |
static int |
PROVIDER_LOWER_BOUND
defines the lowest message code for provider messages |
static int |
PROVIDER_UPPER_BOUND
defines the highest message code for provider messages |
| Constructor Summary | |
Messages()
|
|
| Method Summary | |
static java.lang.String |
get(int msgCode)
Returns an error message for a message code |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int COMMON_LOWER_BOUND
public static final int COMMON_UPPER_BOUND
public static final int PRODUCER_LOWER_BOUND
public static final int PRODUCER_UPPER_BOUND
public static final int PROVIDER_LOWER_BOUND
public static final int PROVIDER_UPPER_BOUND
public static final int CONSUMER_LOWER_BOUND
public static final int CONSUMER_UPPER_BOUND
private static final java.lang.String FILE_MSG_PROPERTIES
private static final java.lang.String MSG_EXCEPTION_ON_LOAD
private static final java.lang.String MSG_NO_MSG_FOUND
private static final java.lang.String MSG_NO_MSG_FOUND_FOR
private static final java.lang.String METHOD_INIT
private static final java.lang.String METHOD_GET
private static Logger logger
private static java.util.Properties msgMap
| Constructor Detail |
public Messages()
| Method Detail |
public static java.lang.String get(int msgCode)
msgCode - code that identifies a message
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||