< prev index next >

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

Print this page
rev 60227 : 8224225: Tokenizer improvements
Reviewed-by: jlaskey


1366 
1367 compiler.err.initializer.must.be.able.to.complete.normally=\
1368     initializer must be able to complete normally
1369 
1370 compiler.err.initializer.not.allowed=\
1371     initializers not allowed in interfaces
1372 
1373 # 0: type
1374 compiler.err.unreported.exception.need.to.catch.or.throw=\
1375     unreported exception {0}; must be caught or declared to be thrown
1376 
1377 # 0: type
1378 compiler.err.unreported.exception.default.constructor=\
1379     unreported exception {0} in default constructor
1380 
1381 # 0: type, 1: name
1382 compiler.err.unreported.exception.implicit.close=\
1383     unreported exception {0}; must be caught or declared to be thrown\n\
1384     exception thrown from implicit call to close() on resource variable ''{1}''
1385 
1386 compiler.err.unsupported.cross.fp.lit=\
1387     hexadecimal floating-point literals are not supported on this VM
1388 
1389 compiler.err.void.not.allowed.here=\
1390     ''void'' type not allowed here
1391 
1392 # 0: string
1393 compiler.err.wrong.number.type.args=\
1394     wrong number of type arguments; required {0}
1395 
1396 # 0: symbol
1397 compiler.err.var.might.already.be.assigned=\
1398     variable {0} might already have been assigned
1399 
1400 # 0: symbol
1401 compiler.err.var.might.not.have.been.initialized=\
1402     variable {0} might not have been initialized
1403 
1404 # 0: symbol
1405 compiler.err.var.not.initialized.in.default.constructor=\
1406     variable {0} not initialized in the default constructor
1407 
1408 # 0: symbol




1366 
1367 compiler.err.initializer.must.be.able.to.complete.normally=\
1368     initializer must be able to complete normally
1369 
1370 compiler.err.initializer.not.allowed=\
1371     initializers not allowed in interfaces
1372 
1373 # 0: type
1374 compiler.err.unreported.exception.need.to.catch.or.throw=\
1375     unreported exception {0}; must be caught or declared to be thrown
1376 
1377 # 0: type
1378 compiler.err.unreported.exception.default.constructor=\
1379     unreported exception {0} in default constructor
1380 
1381 # 0: type, 1: name
1382 compiler.err.unreported.exception.implicit.close=\
1383     unreported exception {0}; must be caught or declared to be thrown\n\
1384     exception thrown from implicit call to close() on resource variable ''{1}''
1385 



1386 compiler.err.void.not.allowed.here=\
1387     ''void'' type not allowed here
1388 
1389 # 0: string
1390 compiler.err.wrong.number.type.args=\
1391     wrong number of type arguments; required {0}
1392 
1393 # 0: symbol
1394 compiler.err.var.might.already.be.assigned=\
1395     variable {0} might already have been assigned
1396 
1397 # 0: symbol
1398 compiler.err.var.might.not.have.been.initialized=\
1399     variable {0} might not have been initialized
1400 
1401 # 0: symbol
1402 compiler.err.var.not.initialized.in.default.constructor=\
1403     variable {0} not initialized in the default constructor
1404 
1405 # 0: symbol


< prev index next >