?? compiler_ja.properties
字號:
## @(#)compiler_ja.properties 1.17 03/05/08## Copyright 1999-2002 Sun Microsystems, Inc. All Rights Reserved.## This software is the proprietary information of Sun Microsystems, Inc.# Use is subject to license terms.##### errors##compiler.err.abstract.cant.be.instantiated=\ {0} \u306f abstract \u3067\u3059\u3002\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u3092\u751f\u6210\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# {0} is abstract; cannot be instantiatedcompiler.err.abstract.meth.cant.have.body=\ abstract \u30e1\u30bd\u30c3\u30c9\u304c\u672c\u4f53\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# abstract methods cannot have a bodycompiler.err.already.defined=\ {0} \u306f {1} \u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002# {0} is already defined in {1}compiler.err.already.defined.single.import=\ {0} \u306f\u5358\u4e00\u306e\u578b\u30a4\u30f3\u30dd\u30fc\u30c8\u5ba3\u8a00\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002# {0} is already defined in a single-type importcompiler.err.already.defined.this.unit=\ {0} \u306f\u30b3\u30f3\u30d1\u30a4\u30eb\u5358\u4f4d\u3067\u5b9a\u7fa9\u3055\u308c\u3066\u3044\u307e\u3059\u3002# {0} is already defined in this compilation unitcompiler.err.anon.class.impl.intf.no.args=\ \u540d\u524d\u306e\u306a\u3044\u30af\u30e9\u30b9\u304c\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002\u5f15\u6570\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# anonymous class implements interface; cannot have argumentscompiler.err.anon.class.impl.intf.no.qual.for.new=\ \u540d\u524d\u306e\u306a\u3044\u30af\u30e9\u30b9\u304c\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u3092\u5b9f\u88c5\u3057\u3066\u3044\u307e\u3059\u3002new \u306b\u4fee\u98fe\u5b50\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# anonymous class implements interface; cannot have qualifier for newcompiler.err.array.dimension.missing=\ \u914d\u5217\u306e\u5927\u304d\u3055\u304c\u6307\u5b9a\u3055\u308c\u3066\u3044\u307e\u305b\u3093\u3002# array dimension missingcompiler.err.array.req.but.found=\ \u914d\u5217\u304c\u8981\u6c42\u3055\u308c\u307e\u3057\u305f\u304c\u3001{0} \u304c\u898b\u3064\u304b\u308a\u307e\u3057\u305f\u3002# array required, but {0} foundcompiler.err.break.outside.switch.loop=\ break \u304c switch \u6587\u307e\u305f\u306f\u30eb\u30fc\u30d7\u306e\u5916\u306b\u3042\u308a\u307e\u3059\u3002# break outside switch or loopcompiler.err.call.must.be.first.stmt.in.ctor=\ {0} \u306e\u547c\u3073\u51fa\u3057\u306f\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u5148\u982d\u6587\u3067\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002# call to {0} must be first statement in constructorcompiler.err.cant.access=\ {0} \u306b\u30a2\u30af\u30bb\u30b9\u3067\u304d\u307e\u305b\u3093\u3002{1}# cannot access {0}; {1}compiler.err.cant.apply.symbol=\ {1} \u306e {0} \u306f ({2}) \u306b\u9069\u7528\u3067\u304d\u307e\u305b\u3093\u3002# {0} in {1} cannot be applied to ({2})compiler.err.cant.assign.val.to.final.var=\ final \u5909\u6570 {0} \u306b\u5024\u3092\u4ee3\u5165\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# cannot assign a value to final variable {0}compiler.err.cant.deref=\ {0} \u306f\u9593\u63a5\u53c2\u7167\u3067\u304d\u307e\u305b\u3093\u3002# {0} cannot be dereferencedcompiler.err.cant.inherit.from.final=\ final {0} \u304b\u3089\u306f\u7d99\u627f\u3067\u304d\u307e\u305b\u3093\u3002# cannot inherit from final {0}compiler.err.cant.ref.before.ctor.called=\ \u30b9\u30fc\u30d1\u30fc\u30bf\u30a4\u30d7\u306e\u30b3\u30f3\u30b9\u30c8\u30e9\u30af\u30bf\u306e\u547c\u3073\u51fa\u3057\u524d\u306f {0} \u3092\u53c2\u7167\u3067\u304d\u307e\u305b\u3093\u3002# cannot reference {0} before supertype constructor has been calledcompiler.err.cant.ret.val.from.meth.decl.void=\ \u623b\u308a\u5024\u306e\u578b\u304c void \u306e\u30e1\u30bd\u30c3\u30c9\u304b\u3089\u306f\u5024\u3092\u8fd4\u305b\u307e\u305b\u3093\u3002# cannot return a value from method whose result type is voidcompiler.err.cant.select.static.class.from.param.type=\ \u30d1\u30e9\u30e1\u30fc\u30bf\u306b\u3055\u308c\u305f\u578b\u304b\u3089 static \u30af\u30e9\u30b9\u3092\u9078\u629e\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# cannot select a static class from a parameterized typecompiler.err.cant.inherit.diff.arg=\ {0} \u3092\u7570\u306a\u308b\u5f15\u6570 <{1}> \u3068 <{2}> \u3067\u7d99\u627f\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002 # {0} cannot be inherited with different arguments: <{1}> and <{2}>compiler.err.catch.without.try=\ ''catch'' \u3078\u306e ''try'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002# ''catch'' without ''try''compiler.err.clash.with.pkg.of.same.name=\ {0} \u306f\u540c\u540d\u306e\u30d1\u30c3\u30b1\u30fc\u30b8\u3068\u7af6\u5408\u3057\u307e\u3059\u3002# {0} clashes with package of same namecompiler.err.const.expr.req=\ \u5b9a\u6570\u5f0f\u304c\u5fc5\u8981\u3067\u3059\u3002# constant expression requiredcompiler.err.cont.outside.loop=\ continue \u304c\u30eb\u30fc\u30d7\u306e\u5916\u306b\u3042\u308a\u307e\u3059\u3002# continue outside of loopcompiler.err.cyclic.inheritance=\ {0} \u3092\u542b\u3080\u7d99\u627f\u304c\u30eb\u30fc\u30d7\u3057\u3066\u3044\u307e\u3059\u3002# cyclic inheritance involving {0}compiler.err.doesnt.exist=\ \u30d1\u30c3\u30b1\u30fc\u30b8 {0} \u306f\u5b58\u5728\u3057\u307e\u305b\u3093\u3002# package {0} does not existcompiler.err.duplicate.class=\ \u30af\u30e9\u30b9 {0} \u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002# duplicate class: {0}compiler.err.duplicate.case.label=\ case \u30e9\u30d9\u30eb\u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002# duplicate case labelcompiler.err.duplicate.default.label=\ default \u30e9\u30d9\u30eb\u304c\u91cd\u8907\u3057\u3066\u3044\u307e\u3059\u3002# duplicate default labelcompiler.err.else.without.if=\ ''else'' \u3078\u306e ''if'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002# ''else'' without ''if''compiler.err.empty.char.lit=\ \u7a7a\u306e\u6587\u5b57\u30ea\u30c6\u30e9\u30eb\u3067\u3059\u3002# empty character literalcompiler.err.encl.class.required=\ {0} \u3092\u542b\u3080\u56f2\u3046\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u304c\u5fc5\u8981\u3067\u3059\u3002# an enclosing instance that contains {0} is requiredcompiler.err.error.reading.file=\ {0} \u306e\u8aad\u307f\u8fbc\u307f\u30a8\u30e9\u30fc\u3067\u3059\u3002{1}# error reading {0}; {1}compiler.err.except.already.caught=\ \u4f8b\u5916 {0} \u306f\u3059\u3067\u306b\u30ad\u30e3\u30c3\u30c1\u3055\u308c\u3066\u3044\u307e\u3059\u3002# exception {0} has already been caughtcompiler.err.except.never.thrown.in.try=\ \u4f8b\u5916 {0} \u306f\u5bfe\u5fdc\u3059\u308b try \u6587\u306e\u672c\u4f53\u3067\u306f\u30b9\u30ed\u30fc\u3055\u308c\u307e\u305b\u3093\u3002# exception {0} is never thrown in body of corresponding try statementcompiler.err.final.parameter.may.not.be.assigned=\ final \u30d1\u30e9\u30e1\u30fc\u30bf {0} \u306b\u5024\u3092\u4ee3\u5165\u3059\u308b\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# final parameter {0} may not be assignedcompiler.err.finally.without.try=\ ''finally'' \u3078\u306e ''try'' \u304c\u3042\u308a\u307e\u305b\u3093\u3002# ''finally'' without ''try''compiler.err.fp.number.too.large=\ \u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u304c\u5927\u304d\u904e\u304e\u307e\u3059\u3002# floating point number too largecompiler.err.fp.number.too.small=\ \u6d6e\u52d5\u5c0f\u6570\u70b9\u6570\u304c\u5c0f\u3055\u904e\u304e\u307e\u3059\u3002# floating point number too smallcompiler.err.icls.cant.have.static.decl=\ \u5185\u90e8\u30af\u30e9\u30b9\u304c static \u5ba3\u8a00\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# inner classes cannot have static declarationscompiler.err.illegal.char=\ \\{0} \u306f\u4e0d\u6b63\u306a\u6587\u5b57\u3067\u3059\u3002# illegal character: \\{0}compiler.err.illegal.combination.of.modifiers=\ \u4fee\u98fe\u5b50 {0} \u3068 {1} \u306e\u7d44\u307f\u5408\u308f\u305b\u306f\u4e0d\u6b63\u3067\u3059\u3002# illegal combination of modifiers: {0} and {1}compiler.err.illegal.esc.char=\ \u30a8\u30b9\u30b1\u30fc\u30d7\u6587\u5b57\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal escape charactercompiler.err.illegal.forward.ref=\ \u9806\u65b9\u5411\u53c2\u7167\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal forward referencecompiler.err.illegal.initializer.for.type=\ {0} \u306e\u521d\u671f\u5316\u5b50\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal initializer for {0}compiler.err.illegal.line.end.in.char.lit=\ \u6587\u5b57\u30ea\u30c6\u30e9\u30eb\u306e\u884c\u672b\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal line end in character literalcompiler.err.illegal.qual.not.icls=\ \u4fee\u98fe\u5b50\u304c\u4e0d\u6b63\u3067\u3059\u3002{0} \u306f\u5185\u90e8\u30af\u30e9\u30b9\u3067\u306f\u3042\u308a\u307e\u305b\u3093\u3002# illegal qualifier; {0} is not an inner classcompiler.err.illegal.start.of.expr=\ \u5f0f\u306e\u958b\u59cb\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal start of expressioncompiler.err.illegal.start.of.type=\ \u578b\u306e\u958b\u59cb\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal start of typecompiler.err.illegal.unicode.esc=\ Unicode \u30a8\u30b9\u30b1\u30fc\u30d7\u304c\u4e0d\u6b63\u3067\u3059\u3002# illegal unicode escapecompiler.err.import.requires.canonical=\ \u30a4\u30f3\u30dd\u30fc\u30c8\u306b\u306f {0} \u306e\u6a19\u6e96\u540d\u304c\u5fc5\u8981\u3067\u3059\u3002# import requires canonical name for {0}compiler.err.improperly.formed.type.param.missing=\ \u578b\u306e\u5f62\u5f0f\u304c\u4e0d\u9069\u5207\u3067\u3059\u3002\u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u4e0d\u8db3\u3057\u3066\u3044\u307e\u3059\u3002# improperly formed type, some parameters are missingcompiler.err.incomparable.types=\ \u578b {0} \u3068 {1} \u306f\u6bd4\u8f03\u3067\u304d\u307e\u305b\u3093\u3002# incomparable types: {0} and {1}compiler.err.int.number.too.large=\ \u6574\u6570 {0} \u304c\u5927\u304d\u904e\u304e\u307e\u3059\u3002# integer number too large: {0}compiler.err.internal.error.cant.instantiate=\ \u5185\u90e8\u30a8\u30e9\u30fc\u3067\u3059\u3002{0} \u3092 {1} \u3067 ({2}) \u306b\u30a4\u30f3\u30b9\u30bf\u30f3\u30b9\u751f\u6210\u3067\u304d\u307e\u305b\u3093\u3002# internal error; cannot instantiate {0} at {1} to ({2})compiler.err.intf.expected.here=\ \u3053\u3053\u306b\u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u304c\u5fc5\u8981\u3067\u3059\u3002# interface expected herecompiler.err.intf.meth.cant.have.body=\ \u30a4\u30f3\u30bf\u30d5\u30a7\u30fc\u30b9\u30e1\u30bd\u30c3\u30c9\u304c\u672c\u4f53\u3092\u6301\u3064\u3053\u3068\u306f\u3067\u304d\u307e\u305b\u3093\u3002# interface methods cannot have bodycompiler.err.invalid.hex.number=\ 16 \u9032\u6570\u306b\u306f 16 \u9032\u6570\u5b57\u304c\u6700\u4f4e 1 \u3064\u306f\u542b\u307e\u308c\u3066\u3044\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093\u3002# hexadecimal numbers must contain at least one hexadecimal digitcompiler.err.invalid.meth.decl.ret.type.req=\ \u30e1\u30bd\u30c3\u30c9\u306e\u5ba3\u8a00\u304c\u4e0d\u6b63\u3067\u3059\u3002\u623b\u308a\u5024\u306e\u578b\u304c\u5fc5\u8981\u3067\u3059\u3002# invalid method declaration; return type requiredcompiler.err.label.already.in.use=\ \u30e9\u30d9\u30eb {0} \u306f\u3059\u3067\u306b\u4f7f\u308f\u308c\u3066\u3044\u307e\u3059\u3002# label {0} already in usecompiler.err.local.var.accessed.from.icls.needs.final=\ \u30ed\u30fc\u30ab\u30eb\u5909\u6570 {0} \u306f\u5185\u90e8\u30af\u30e9\u30b9\u304b\u3089\u30a2\u30af\u30bb\u30b9\u3055\u308c\u307e\u3059\u3002final \u3067\u5ba3\u8a00\u3055\u308c\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002# local variable {0} is accessed from within inner class; needs to be declared final## limits. We don't give the limits in the diagnostic because we expect# them to change, yet we want to use the same diagnostic. These are all# detected during code generation.#compiler.err.limit.code=\ \u30b3\u30fc\u30c9\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002# code too largecompiler.err.limit.code.too.large.for.try.stmt=\ try \u6587\u306e\u30b3\u30fc\u30c9\u304c\u5927\u304d\u3059\u304e\u307e\u3059\u3002# code too large for try statementcompiler.err.limit.dimensions=\ \u914d\u5217\u578b\u306e\u6b21\u5143\u304c\u591a\u3059\u304e\u307e\u3059\u3002# array type has too many dimensionscompiler.err.limit.locals=\ \u30ed\u30fc\u30ab\u30eb\u5909\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002# too many local variablescompiler.err.limit.parameters=\ \u30d1\u30e9\u30e1\u30fc\u30bf\u304c\u591a\u3059\u304e\u307e\u3059\u3002# too many parameterscompiler.err.limit.pool=\ \u5b9a\u6570\u304c\u591a\u3059\u304e\u307e\u3059\u3002# too many constantscompiler.err.limit.pool.in.class=\
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -