Searched refs:msgKey (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/serializer/utils/
H A DMessages.java143 * @param msgKey The key for the message text.
150 public final String createMessage(String msgKey, Object args[]) argument
157 return createMsg(m_resourceBundle, msgKey, args);
170 * @param msgKey The message key to use.
179 String msgKey,
187 if (msgKey != null)
188 msg = fResourceBundle.getString(msgKey);
190 msgKey = "";
204 new Object[] { msgKey, m_resourceBundleName });
213 + msgKey
177 createMsg( ListResourceBundle fResourceBundle, String msgKey, Object args[]) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/res/
H A DXSLMessages.java52 * @param msgKey The key for the message text.
58 public static String createMessage(String msgKey, Object args[]) //throws Exception argument
65 return createMsg(XSLTBundle, msgKey, args);
75 * @param msgKey The key for the message text.
81 public static String createWarning(String msgKey, Object args[]) //throws Exception argument
88 return createMsg(XSLTBundle, msgKey, args);
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/res/
H A DXPATHMessages.java50 * @param msgKey The key for the message text.
56 public static final String createXPATHMessage(String msgKey, Object args[]) //throws Exception argument
63 return createXPATHMsg(XPATHBundle, msgKey, args);
73 * @param msgKey The key for the message text.
79 public static final String createXPATHWarning(String msgKey, Object args[]) //throws Exception argument
86 return createXPATHMsg(XPATHBundle, msgKey, args);
97 * @param msgKey The message key to use.
104 String msgKey, Object args[]) //throws Exception
111 if (msgKey != null) {
112 msg = fResourceBundle.getString(msgKey);
103 createXPATHMsg(ListResourceBundle fResourceBundle, String msgKey, Object args[]) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/res/
H A DXMLMessages.java76 * @param msgKey The key for the message text.
82 public static final String createXMLMessage(String msgKey, Object args[]) argument
90 return createMsg(XMLBundle, msgKey, args);
101 * @param msgKey The message key to use.
108 String msgKey, Object args[]) //throws Exception
115 if (msgKey != null)
116 msg = fResourceBundle.getString(msgKey);
107 createMsg(ListResourceBundle fResourceBundle, String msgKey, Object args[]) argument
/openjdk7/jdk/src/macosx/classes/apple/launcher/
H A DJavaAppLauncher.java230 static String getMessage(final String msgKey, final Object ... args) { argument
231 final String msg = ResourceBundle.getBundle("appLauncherErrors").getString(msgKey);
/openjdk7/jdk/src/share/classes/sun/launcher/
H A DLauncherHelper.java429 static void abort(PrintStream ostream, Throwable t, String msgKey, Object... args) { argument
430 if (msgKey != null) {
431 ostream.println(getLocalizedMessage(msgKey, args));
/openjdk7/langtools/src/share/classes/com/sun/tools/javah/
H A DJavahTask.java558 String msgKey = (full ? "javah.fullVersion" : "javah.version");
570 return getMessage(msgKey, "javah", versionRB.getString(versionKey));
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDComplexTypeTraverser.java139 ComplexTypeRecoverableError(String msgKey, Object[] args, Element e) { argument
140 super(msgKey);

Completed in 64 milliseconds