src/share/classes/com/sun/tools/javac/resources/compiler.properties

Print this page




 621 # 0: symbol, 1: string
 622 compiler.err.proc.cant.access.1=\
 623     cannot access {0}\n\
 624     {1}
 625 
 626 # 0: string
 627 compiler.err.proc.cant.find.class=\
 628     Could not find class file for ''{0}''.
 629 
 630 # Print a client-generated error message; assumed to be localized, no translation required
 631 # 0: string
 632 compiler.err.proc.messager=\
 633     {0}
 634 
 635 # 0: list of string
 636 compiler.err.proc.no.explicit.annotation.processing.requested=\
 637     Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
 638 
 639 compiler.err.proc.no.service=\
 640     A service loader class could not be found.\n\
 641     Either java.util.ServiceLoader or sun.misc.Service must be available.
 642 
 643 compiler.err.proc.processor.bad.option.name=\
 644     Bad option name ''{0}'' provided by processor ''{1}''
 645 
 646 # 0: string
 647 compiler.err.proc.processor.cant.instantiate=\
 648     Could not instantiate an instance of processor ''{0}''
 649 
 650 compiler.err.proc.processor.constructor.error=\
 651     Exception thrown while constructing Processor object: {0}
 652 
 653 # 0: string
 654 compiler.err.proc.processor.not.found=\
 655     Annotation processor ''{0}'' not found
 656 
 657 # 0: string
 658 compiler.err.proc.processor.wrong.type=\
 659     Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor
 660 
 661 compiler.err.proc.service.problem=\
 662     Error creating a service loader to load Processors.
 663 
 664 compiler.err.proc.bad.config.file=\
 665     Bad service configuration file, or exception thrown while constructing Processor object: {0}
 666 
 667 compiler.err.proc.cant.create.loader=\
 668     Could not create class loader for annotation processors: {0}
 669 
 670 # 0: unused
 671 compiler.err.qualified.new.of.static.class=\
 672     qualified new of static class




 621 # 0: symbol, 1: string
 622 compiler.err.proc.cant.access.1=\
 623     cannot access {0}\n\
 624     {1}
 625 
 626 # 0: string
 627 compiler.err.proc.cant.find.class=\
 628     Could not find class file for ''{0}''.
 629 
 630 # Print a client-generated error message; assumed to be localized, no translation required
 631 # 0: string
 632 compiler.err.proc.messager=\
 633     {0}
 634 
 635 # 0: list of string
 636 compiler.err.proc.no.explicit.annotation.processing.requested=\
 637     Class names, ''{0}'', are only accepted if annotation processing is explicitly requested
 638 
 639 compiler.err.proc.no.service=\
 640     A service loader class could not be found.\n\
 641     The java.util.ServiceLoader class must be usable.
 642 
 643 compiler.err.proc.processor.bad.option.name=\
 644     Bad option name ''{0}'' provided by processor ''{1}''
 645 
 646 # 0: string
 647 compiler.err.proc.processor.cant.instantiate=\
 648     Could not instantiate an instance of processor ''{0}''
 649 



 650 # 0: string
 651 compiler.err.proc.processor.not.found=\
 652     Annotation processor ''{0}'' not found
 653 
 654 # 0: string
 655 compiler.err.proc.processor.wrong.type=\
 656     Annotation processor ''{0}'' does not implement javax.annotation.processing.Processor
 657 
 658 compiler.err.proc.service.problem=\
 659     Error creating a service loader to load Processors.
 660 
 661 compiler.err.proc.bad.config.file=\
 662     Bad service configuration file, or exception thrown while constructing Processor object: {0}
 663 
 664 compiler.err.proc.cant.create.loader=\
 665     Could not create class loader for annotation processors: {0}
 666 
 667 # 0: unused
 668 compiler.err.qualified.new.of.static.class=\
 669     qualified new of static class