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

Print this page




 160     enum types may not be instantiated
 161 compiler.err.enum.label.must.be.unqualified.enum=\
 162     an enum switch case label must be the unqualified name of an enumeration constant
 163 compiler.err.enum.no.subclassing=\
 164     classes cannot directly extend java.lang.Enum
 165 compiler.err.enum.types.not.extensible=\
 166     enum types are not extensible
 167 compiler.err.enum.no.finalize=\
 168     enums cannot have finalize methods
 169 compiler.err.error.reading.file=\
 170     error reading {0}; {1}
 171 compiler.err.except.already.caught=\
 172     exception {0} has already been caught
 173 compiler.err.except.never.thrown.in.try=\
 174     exception {0} is never thrown in body of corresponding try statement
 175 
 176 compiler.err.final.parameter.may.not.be.assigned=\
 177     final parameter {0} may not be assigned
 178 compiler.err.try.resource.may.not.be.assigned=\
 179     auto-closeable resource {0} may not be assigned


 180 compiler.err.multicatch.parameter.may.not.be.assigned=\
 181     multi-catch parameter {0} may not be assigned
 182 compiler.err.finally.without.try=\
 183     ''finally'' without ''try''
 184 compiler.err.foreach.not.applicable.to.type=\
 185     for-each not applicable to expression type\n\
 186     required: {1}\n\
 187     found:    {0}
 188 compiler.err.fp.number.too.large=\
 189     floating point number too large
 190 compiler.err.fp.number.too.small=\
 191     floating point number too small
 192 
 193 compiler.err.generic.array.creation=\
 194     generic array creation
 195 compiler.err.generic.throwable=\
 196     a generic class may not extend java.lang.Throwable
 197 
 198 compiler.err.icls.cant.have.static.decl=\
 199     Illegal static declaration in inner class {0}\n\




 160     enum types may not be instantiated
 161 compiler.err.enum.label.must.be.unqualified.enum=\
 162     an enum switch case label must be the unqualified name of an enumeration constant
 163 compiler.err.enum.no.subclassing=\
 164     classes cannot directly extend java.lang.Enum
 165 compiler.err.enum.types.not.extensible=\
 166     enum types are not extensible
 167 compiler.err.enum.no.finalize=\
 168     enums cannot have finalize methods
 169 compiler.err.error.reading.file=\
 170     error reading {0}; {1}
 171 compiler.err.except.already.caught=\
 172     exception {0} has already been caught
 173 compiler.err.except.never.thrown.in.try=\
 174     exception {0} is never thrown in body of corresponding try statement
 175 
 176 compiler.err.final.parameter.may.not.be.assigned=\
 177     final parameter {0} may not be assigned
 178 compiler.err.try.resource.may.not.be.assigned=\
 179     auto-closeable resource {0} may not be assigned
 180 compiler.err.try.resource.trailing.semi=\
 181     illegal trailing semicolon in resources declaration
 182 compiler.err.multicatch.parameter.may.not.be.assigned=\
 183     multi-catch parameter {0} may not be assigned
 184 compiler.err.finally.without.try=\
 185     ''finally'' without ''try''
 186 compiler.err.foreach.not.applicable.to.type=\
 187     for-each not applicable to expression type\n\
 188     required: {1}\n\
 189     found:    {0}
 190 compiler.err.fp.number.too.large=\
 191     floating point number too large
 192 compiler.err.fp.number.too.small=\
 193     floating point number too small
 194 
 195 compiler.err.generic.array.creation=\
 196     generic array creation
 197 compiler.err.generic.throwable=\
 198     a generic class may not extend java.lang.Throwable
 199 
 200 compiler.err.icls.cant.have.static.decl=\
 201     Illegal static declaration in inner class {0}\n\