< prev index next >

src/jdk.rmic/share/classes/sun/tools/javac/resources/javac.properties

Print this page




 248 javac.err.explicit.cast.needed=\
 249         Incompatible type for {0}. Explicit cast needed to convert {1} to {2}.
 250 javac.err.incompatible.type=\
 251         Incompatible type for {0}. Can''t convert {1} to {2}.
 252 javac.err.invalid.term=\
 253         Invalid term.
 254 javac.err.abstract.class=\
 255         {0} must be declared abstract. It does not define {1} from {2}.
 256 javac.err.abstract.class.cannot.override=\
 257         {0} must be declared abstract.  The package-private abstract method {1} in superclass {2} is inaccessible and cannot be overridden.
 258 javac.err.new.intf=\
 259         {0} is an interface. It can''t be instantiated.
 260 javac.err.invoke.abstract=\
 261         Can''t directly invoke abstract method {0} in {1}.
 262 javac.err.unmatched.meth=\
 263         No method matching {0} found in {1}.
 264 javac.err.unmatched.constr=\
 265         No constructor matching {0} found in {1}.
 266 javac.err.wrong.number.args=\
 267         Wrong number of arguments in {0}.
 268 javac.err.wrong.number.args=\
 269         Wrong number of arguments in {0}.
 270 javac.err.forward.ref=\
 271         Can''t make forward reference to {0} in {1}.
 272 javac.err.array.dim.missing=\
 273         Array dimension missing.
 274 javac.err.new.abstract=\
 275         {0} is an abstract class. It can''t be instantiated.
 276 javac.err.label.not.found=\
 277         No label definition found for {0}.
 278 javac.err.invalid.break=\
 279         ''break'' must be in loop or switch.
 280 javac.err.invalid.continue=\
 281         ''continue'' must be in loop.
 282 javac.err.branch.to.uplevel=\
 283         a ''break'' or ''continue'' must transfer control within the same method.
 284 javac.err.invalid.decl=\
 285         Invalid declaration.
 286 javac.err.return.with.value=\
 287         ''return'' with value from {0}.
 288 javac.err.return.without.value=\
 289         ''return'' without value from {0}.




 248 javac.err.explicit.cast.needed=\
 249         Incompatible type for {0}. Explicit cast needed to convert {1} to {2}.
 250 javac.err.incompatible.type=\
 251         Incompatible type for {0}. Can''t convert {1} to {2}.
 252 javac.err.invalid.term=\
 253         Invalid term.
 254 javac.err.abstract.class=\
 255         {0} must be declared abstract. It does not define {1} from {2}.
 256 javac.err.abstract.class.cannot.override=\
 257         {0} must be declared abstract.  The package-private abstract method {1} in superclass {2} is inaccessible and cannot be overridden.
 258 javac.err.new.intf=\
 259         {0} is an interface. It can''t be instantiated.
 260 javac.err.invoke.abstract=\
 261         Can''t directly invoke abstract method {0} in {1}.
 262 javac.err.unmatched.meth=\
 263         No method matching {0} found in {1}.
 264 javac.err.unmatched.constr=\
 265         No constructor matching {0} found in {1}.
 266 javac.err.wrong.number.args=\
 267         Wrong number of arguments in {0}.


 268 javac.err.forward.ref=\
 269         Can''t make forward reference to {0} in {1}.
 270 javac.err.array.dim.missing=\
 271         Array dimension missing.
 272 javac.err.new.abstract=\
 273         {0} is an abstract class. It can''t be instantiated.
 274 javac.err.label.not.found=\
 275         No label definition found for {0}.
 276 javac.err.invalid.break=\
 277         ''break'' must be in loop or switch.
 278 javac.err.invalid.continue=\
 279         ''continue'' must be in loop.
 280 javac.err.branch.to.uplevel=\
 281         a ''break'' or ''continue'' must transfer control within the same method.
 282 javac.err.invalid.decl=\
 283         Invalid declaration.
 284 javac.err.return.with.value=\
 285         ''return'' with value from {0}.
 286 javac.err.return.without.value=\
 287         ''return'' without value from {0}.


< prev index next >