langtools/src/share/classes/com/sun/tools/javac/main/Main.java
changeset 14448 91aa6570b59a
parent 13631 dc1212c348f9
child 14548 aa687b312c97
equal deleted inserted replaced
14447:6f87132c2e54 14448:91aa6570b59a
   531 
   531 
   532     /** Print a message reporting an uncaught exception from an
   532     /** Print a message reporting an uncaught exception from an
   533      * annotation processor.
   533      * annotation processor.
   534      */
   534      */
   535     void apMessage(AnnotationProcessingError ex) {
   535     void apMessage(AnnotationProcessingError ex) {
   536         log.printLines("msg.proc.annotation.uncaught.exception");
   536         log.printLines(PrefixKind.JAVAC, "msg.proc.annotation.uncaught.exception");
   537         ex.getCause().printStackTrace(log.getWriter(WriterKind.NOTICE));
   537         ex.getCause().printStackTrace(log.getWriter(WriterKind.NOTICE));
   538     }
   538     }
   539 
   539 
   540     /** Display the location and checksum of a class. */
   540     /** Display the location and checksum of a class. */
   541     void showClass(String className) {
   541     void showClass(String className) {