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

changeset 878
fa0e4e1916f4
parent 858
96d4226bdd60
child 881
4ce95dc0b908
     1.1 --- a/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Feb 15 11:49:46 2011 +0000
     1.2 +++ b/src/share/classes/com/sun/tools/javac/resources/compiler.properties	Tue Feb 15 11:51:04 2011 +0000
     1.3 @@ -800,6 +800,11 @@
     1.4  compiler.err.unreported.exception.default.constructor=\
     1.5      unreported exception {0} in default constructor
     1.6  
     1.7 +# 0: type, 1: name
     1.8 +compiler.err.unreported.exception.implicit.close=\
     1.9 +    unreported exception {0}; must be caught or declared to be thrown\n\
    1.10 +    exception thrown from implicit call to close() on resource variable ''{1}''
    1.11 +
    1.12  compiler.err.unsupported.cross.fp.lit=\
    1.13      hexadecimal floating-point literals are not supported on this VM
    1.14  

mercurial