langtools/src/share/classes/com/sun/tools/javac/resources/compiler.properties
changeset 5492 515e4b33b335
parent 5321 c8efe769cb3b
child 5520 86e4b9a9da40
equal deleted inserted replaced
5491:899e1748bb17 5492:515e4b33b335
   170 compiler.err.except.never.thrown.in.try=\
   170 compiler.err.except.never.thrown.in.try=\
   171     exception {0} is never thrown in body of corresponding try statement
   171     exception {0} is never thrown in body of corresponding try statement
   172 
   172 
   173 compiler.err.final.parameter.may.not.be.assigned=\
   173 compiler.err.final.parameter.may.not.be.assigned=\
   174     final parameter {0} may not be assigned
   174     final parameter {0} may not be assigned
       
   175 compiler.err.multicatch.parameter.may.not.be.assigned=\
       
   176     multi-catch parameter {0} may not be assigned
       
   177 compiler.err.multicatch.param.must.be.final=\
       
   178     multi-catch parameter {0} must be final
   175 compiler.err.finally.without.try=\
   179 compiler.err.finally.without.try=\
   176     ''finally'' without ''try''
   180     ''finally'' without ''try''
   177 compiler.err.foreach.not.applicable.to.type=\
   181 compiler.err.foreach.not.applicable.to.type=\
   178     foreach not applicable to expression type
   182     foreach not applicable to expression type
   179 compiler.err.fp.number.too.large=\
   183 compiler.err.fp.number.too.large=\
  1233 
  1237 
  1234 compiler.err.enums.not.supported.in.source=\
  1238 compiler.err.enums.not.supported.in.source=\
  1235     enums are not supported in -source {0}\n\
  1239     enums are not supported in -source {0}\n\
  1236 (use -source 5 or higher to enable enums)
  1240 (use -source 5 or higher to enable enums)
  1237 
  1241 
       
  1242 compiler.err.multicatch.not.supported.in.source=\
       
  1243     multi-catch statement is not supported in -source {0}\n\
       
  1244 (use -source 7 or higher to enable multi-catch statement)
       
  1245 
  1238 compiler.err.string.switch.not.supported.in.source=\
  1246 compiler.err.string.switch.not.supported.in.source=\
  1239     strings in switch are not supported in -source {0}\n\
  1247     strings in switch are not supported in -source {0}\n\
  1240 (use -source 7 or higher to enable strings in switch)
  1248 (use -source 7 or higher to enable strings in switch)
  1241 
  1249 
  1242 ########################################
  1250 ########################################