Searched refs:warning (Results 76 - 100 of 366) sorted by relevance

1234567891011>>

/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/policy/
H A DModelTranslator.java62 LOGGER.warning(ManagementMessages.WSM_1007_FAILED_MODEL_TRANSLATOR_INSTANTIATION(), e);
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/taglets/
H A DReturnTaglet.java82 writer.getMsgRetriever().warning(holder.position(),
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DDocEnv.java351 * Print warning message, increment warning count.
362 * Print warning message, increment warning count.
366 public void warning(DocImpl doc, String key) { method in class:DocEnv
369 messager.warning(doc==null ? null : doc.position(), key);
373 * Print warning message, increment warning count.
384 * Print warning message, increment warning coun
389 public void warning(DocImpl doc, String key, String a1) { method in class:DocEnv
402 public void warning(DocImpl doc, String key, String a1, String a2) { method in class:DocEnv
416 public void warning(DocImpl doc, String key, String a1, String a2, String a3) { method in class:DocEnv
430 public void warning(DocImpl doc, String key, String a1, String a2, String a3, method in class:DocEnv
[all...]
H A DMessager.java41 * Handle Resources. Access to error and warning counts.
252 * Print warning message, increment warning count.
262 * Print warning message, increment warning count.
271 warnWriter.println(prefix + ": " + getText("javadoc.warning") +" - " + msg);
345 * Print warning message, increment warning count.
349 public void warning(SourcePosition pos, String key) { method in class:Messager
354 * Print warning messag
359 public void warning(SourcePosition pos, String key, String a1) { method in class:Messager
370 public void warning(SourcePosition pos, String key, String a1, String a2) { method in class:Messager
382 public void warning(SourcePosition pos, String key, String a1, String a2, String a3) { method in class:Messager
394 public void warning(SourcePosition pos, String key, String a1, String a2, String a3, method in class:Messager
[all...]
/openjdk7/jdk/src/share/classes/javax/imageio/
H A DImageWriter.java83 * warning messages and compression setting values, or
249 * localize warning listeners and compression settings. A return
1631 * registered warning listeners. If <code>listener</code> is
1636 * warning messages may be localized as the writer sees fit.
1653 * of registered warning listeners. If the listener was not
1884 * Broadcasts a warning message to all registered
1889 * @param imageIndex the index of the image on which the warning
1891 * @param warning the warning message.
1893 * @exception IllegalArgumentException if <code>warning</cod
1896 processWarningOccurred(int imageIndex, String warning) argument
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/processing/
H A DJavacFiler.java83 * to correspond to an existing class file, a warning is *not*
84 * generated. Similarly, a warning is not generated for a binary file
393 log.warning("proc.suspicious.class.name", name, extn);
407 log.warning("proc.file.create.last.round", name);
494 log.warning("proc.illegal.file.name", name);
516 // If so, use warning message key proc.type.already.exists
521 log.warning("proc.type.recreate", typename);
534 log.warning("proc.file.reopening", fileObject.getName());
561 log.warning("proc.unclosed.type.files", openTypeNames.toString());
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/msg/
H A DXMLMessages_fr.properties29 # This file contains error and warning messages related to XML
H A DXMLMessages_it.properties29 # This file contains error and warning messages related to XML
H A DXMLSchemaMessages_es.properties29 # This file contains error and warning messages related to XML Schema
H A DXMLSchemaMessages_it.properties29 # This file contains error and warning messages related to XML Schema
H A DXMLSchemaMessages_ko.properties29 # This file contains error and warning messages related to XML Schema
H A DXMLSchemaMessages_zh_CN.properties29 # This file contains error and warning messages related to XML Schema
H A DXMLSchemaMessages_zh_TW.properties29 # This file contains error and warning messages related to XML Schema
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DDefaultErrorHandler.java90 * Receive notification of a warning.
100 * @param exception The warning information encapsulated in a
105 public void warning(SAXParseException exception) throws SAXException method in class:DefaultErrorHandler
108 m_pw.println("Parser warning: " + exception.getMessage());
168 * Receive notification of a warning.
178 * @param exception The warning information encapsulated in a
184 public void warning(TransformerException exception) throws TransformerException method in class:DefaultErrorHandler
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/naming/cosnaming/
H A DNamingContextImpl.java160 updateLogger.warning( LogKeywords.NAMING_BIND +
205 updateLogger.warning( LogKeywords.NAMING_BIND_FAILURE +
249 updateLogger.warning( LogKeywords.NAMING_REBIND_FAILURE +
258 updateLogger.warning( LogKeywords.NAMING_REBIND_FAILURE +
300 updateLogger.warning( LogKeywords.NAMING_REBIND_FAILURE +
310 updateLogger.warning( LogKeywords.NAMING_REBIND_FAILURE +
357 readLogger.warning( LogKeywords.NAMING_RESOLVE_FAILURE +
528 // Not a fatal error, warning should do.
529 lifecycleLogger.warning( LogKeywords.LIFECYCLE_DESTROY_FAILURE +
/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CardCounts.cpp80 warning("Could not reserve enough space for the card counts table");
127 warning("Card counts table backing store commit failure");
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/
H A DAbstractExtensionBindingChecker.java204 * Reports a warning.
206 protected final void warning( String msg ) throws SAXException { method in class:AbstractExtensionBindingChecker
208 getErrorHandler().warning(spe);
H A DExtensionBindingChecker.java127 warning( Messages.ERR_SUPPORTED_EXTENSION_IGNORED.format(namespaceURI) );
/openjdk7/langtools/src/share/classes/com/sun/tools/doclets/internal/toolkit/util/
H A DGroup.java119 configuration.message.warning("doclet.Groupname_already_used", groupname);
126 configuration.message.warning("doclet.Error_in_packagelist", groupname, pkgNameFormList);
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DDefaultErrorHandler.java70 public void warning(String domain, String key, XMLParseException ex) method in class:DefaultErrorHandler
73 } // warning(XMLParseException)
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DXPointerErrorHandler.java68 public void warning(String domain, String key, XMLParseException ex) method in class:XPointerErrorHandler
71 } // warning(XMLParseException)
/openjdk7/jdk/src/share/classes/javax/swing/text/rtf/
H A DRTFParser.java122 protected void warning(String s) { method in class:RTFParser
196 warning("Unknown keyword: " + newstring + " (" + (byte)ch + ")");
220 warning("Unknown keyword: " + pendingKeyword);
252 warning("Unknown keyword: " + pendingKeyword +
317 warning("Truncated RTF file.");
/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DZone.java94 Main.warning("duplicated target zone name: " + line);
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DDefaultHandler.java425 * Receive notification of a parser warning.
429 * for each warning, such as inserting the message in a log file or
432 * @param e The warning information encoded as an exception.
435 * @see org.xml.sax.ErrorHandler#warning
438 public void warning (SAXParseException e) method in class:DefaultHandler
456 * @see org.xml.sax.ErrorHandler#warning
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/processor/modeler/wsdl/
H A DConsoleErrorReporter.java74 public void warning(SAXParseException e) { method in class:ConsoleErrorReporter

Completed in 272 milliseconds

1234567891011>>