< prev index next >

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

Print this page




 373 javac.msg.io=\
 374 \n\nAn input/output error occurred.\n\
 375 Consult the following stack trace for details.\n
 376 
 377 javac.msg.proc.annotation.uncaught.exception=\
 378 \n\nAn annotation processor threw an uncaught exception.\n\
 379 Consult the following stack trace for details.\n
 380 
 381 javac.msg.plugin.uncaught.exception=\
 382 \n\nA plugin threw an uncaught exception.\n\
 383 Consult the following stack trace for details.\n
 384 
 385 javac.msg.resource=\
 386 \n\nThe system is out of resources.\n\
 387 Consult the following stack trace for details.\n
 388 
 389 javac.version={0} {1}
 390 javac.fullVersion={0} full version "{1}"
 391 
 392 javac.err.release.bootclasspath.conflict=\
 393     option {0} cannot be used together with -release
 394 
 395 javac.err.unsupported.release.version=\
 396     release version {0} not supported
 397 
 398 javac.err.release.not.standard.file.manager=\
 399     -release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.


 373 javac.msg.io=\
 374 \n\nAn input/output error occurred.\n\
 375 Consult the following stack trace for details.\n
 376 
 377 javac.msg.proc.annotation.uncaught.exception=\
 378 \n\nAn annotation processor threw an uncaught exception.\n\
 379 Consult the following stack trace for details.\n
 380 
 381 javac.msg.plugin.uncaught.exception=\
 382 \n\nA plugin threw an uncaught exception.\n\
 383 Consult the following stack trace for details.\n
 384 
 385 javac.msg.resource=\
 386 \n\nThe system is out of resources.\n\
 387 Consult the following stack trace for details.\n
 388 
 389 javac.version={0} {1}
 390 javac.fullVersion={0} full version "{1}"
 391 
 392 javac.err.release.bootclasspath.conflict=\
 393     option {0} cannot be used together with --release
 394 
 395 javac.err.unsupported.release.version=\
 396     release version {0} not supported
 397 
 398 javac.err.release.not.standard.file.manager=\
 399     --release option specified, but the provided JavaFileManager is not a StandardJavaFileManager.
< prev index next >