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

Print this page




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


 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     foreach not applicable to expression type
 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     inner classes cannot have static declarations
 200 compiler.err.illegal.char=\
 201     illegal character: \\{0}




 162     enum types may not be instantiated
 163 compiler.err.enum.label.must.be.unqualified.enum=\
 164     an enum switch case label must be the unqualified name of an enumeration constant
 165 compiler.err.enum.no.subclassing=\
 166     classes cannot directly extend java.lang.Enum
 167 compiler.err.enum.types.not.extensible=\
 168     enum types are not extensible
 169 compiler.err.enum.no.finalize=\
 170     enums cannot have finalize methods
 171 compiler.err.error.reading.file=\
 172     error reading {0}; {1}
 173 compiler.err.except.already.caught=\
 174     exception {0} has already been caught
 175 compiler.err.except.never.thrown.in.try=\
 176     exception {0} is never thrown in body of corresponding try statement
 177 
 178 compiler.err.final.parameter.may.not.be.assigned=\
 179     final parameter {0} may not be assigned
 180 compiler.err.try.resource.may.not.be.assigned=\
 181     auto-closeable resource {0} may not be assigned
 182 compiler.err.try.resource.trailing.semi=\
 183     illegal trailing semicolon in resources declaration
 184 compiler.err.multicatch.parameter.may.not.be.assigned=\
 185     multi-catch parameter {0} may not be assigned
 186 compiler.err.finally.without.try=\
 187     ''finally'' without ''try''
 188 compiler.err.foreach.not.applicable.to.type=\
 189     foreach not applicable to expression type
 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     inner classes cannot have static declarations
 202 compiler.err.illegal.char=\
 203     illegal character: \\{0}