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

changeset 878
fa0e4e1916f4
parent 858
96d4226bdd60
child 881
4ce95dc0b908
equal deleted inserted replaced
877:351027202f60 878:fa0e4e1916f4
798 798
799 # 0: type 799 # 0: type
800 compiler.err.unreported.exception.default.constructor=\ 800 compiler.err.unreported.exception.default.constructor=\
801 unreported exception {0} in default constructor 801 unreported exception {0} in default constructor
802 802
803 # 0: type, 1: name
804 compiler.err.unreported.exception.implicit.close=\
805 unreported exception {0}; must be caught or declared to be thrown\n\
806 exception thrown from implicit call to close() on resource variable ''{1}''
807
803 compiler.err.unsupported.cross.fp.lit=\ 808 compiler.err.unsupported.cross.fp.lit=\
804 hexadecimal floating-point literals are not supported on this VM 809 hexadecimal floating-point literals are not supported on this VM
805 810
806 compiler.err.void.not.allowed.here=\ 811 compiler.err.void.not.allowed.here=\
807 ''void'' type not allowed here 812 ''void'' type not allowed here

mercurial