|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.ResourceBundle java.util.ListResourceBundle org.apache.xpath.res.XPATHErrorResources org.apache.xpath.res.XPATHErrorResources_ja
Set up error messages. We build a two dimensional array of message keys and message strings. In order to add a new message here, you need to first add a Static string constant for the Key and update the contents array with Key, Value pair Also you need to update the count of messages(MAX_CODE)or the count of warnings(MAX_WARNING) [ Information purpose only]
Nested Class Summary |
Nested classes inherited from class java.util.ResourceBundle |
|
Field Summary | |
static String |
BAD_CODE
Field BAD_CODE |
static Object[][] |
contents
|
static String |
ERROR_HEADER
Field ERROR_HEADER |
static String |
ERROR_RESOURCES
Field ERROR_RESOURCES |
static String |
ERROR_STRING
Field ERROR_STRING |
static String |
FORMAT_FAILED
Field FORMAT_FAILED |
static int |
MAX_CODE
Field MAX_CODE |
static int |
MAX_MESSAGES
Field MAX_MESSAGES |
static int |
MAX_OTHERS
Field MAX_OTHERS |
static int |
MAX_WARNING
Field MAX_WARNING |
static String |
QUERY_HEADER
Field QUERY_HEADER |
static String |
WARNING_HEADER
Field WARNING_HEADER |
static String |
XML_HEADER
Field XML_HEADER |
static String |
XSL_HEADER
Field XSL_HEADER |
Fields inherited from class java.util.ListResourceBundle |
|
Fields inherited from class java.util.ResourceBundle |
parent |
Constructor Summary | |
XPATHErrorResources_ja()
|
Method Summary | |
Object[][] |
getContents()
Get the association list. |
Methods inherited from class org.apache.xpath.res.XPATHErrorResources |
loadResourceBundle |
Methods inherited from class java.util.ListResourceBundle |
getKeys, handleGetObject |
Methods inherited from class java.util.ResourceBundle |
getBundle, getBundle, getBundle, getLocale, getObject, getString, getStringArray, setParent |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int MAX_CODE
public static final int MAX_WARNING
public static final int MAX_OTHERS
public static final int MAX_MESSAGES
public static final Object[][] contents
public static final String BAD_CODE
public static final String FORMAT_FAILED
public static final String ERROR_RESOURCES
public static final String ERROR_STRING
public static final String ERROR_HEADER
public static final String WARNING_HEADER
public static final String XSL_HEADER
public static final String XML_HEADER
public static final String QUERY_HEADER
Constructor Detail |
public XPATHErrorResources_ja()
Method Detail |
public Object[][] getContents()
getContents
in class XPATHErrorResources
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |