src/jdk/nashorn/internal/runtime/resources/Messages.properties

Print this page




  93 type.error.cant.delete.property=Cannot delete property "{0}" of {1}
  94 type.error.cant.redefine.property=Cannot redefine property "{0}" of {1}
  95 type.error.property.not.writable="{0}" is not a writable property of {1}
  96 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
  97 type.error.__proto__.set.non.extensible=Cannot set __proto__ of non-extensible {0}
  98 type.error.circular.__proto__.set=Cannot create__proto__ cycle for {0}
  99 
 100 # miscellaneous
 101 type.error.regex.cant.supply.flags=Cannot supply flags when constructing one RegExp from another
 102 type.error.inconsistent.property.descriptor=inconsistent property descriptor
 103 type.error.bad.default.value=bad default value: {0}
 104 type.error.function.apply.expects.array=Function.prototype.apply expects an Array for second argument
 105 type.error.instanceof.on.non.object=instanceof must be called with a javascript or java object as the right-hand argument
 106 type.error.cannot.convert.to.interface=object {0} cannot be converted to {1} due to "{2}"
 107 type.error.array.reduce.invalid.init=invalid initialValue for Array.prototype.reduce
 108 type.error.array.reduceright.invalid.init=invalid initialValue for Array.prototype.reduceRight
 109 type.error.cannot.get.default.string=Cannot get default string value
 110 type.error.cannot.get.default.number=Cannot get default number value
 111 type.error.cant.apply.with.to.null=Cannot apply "with" to null
 112 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined

 113 type.error.in.with.non.object=Right hand side of "in" cannot be non-Object, found {0}
 114 type.error.prototype.not.an.object="prototype" of {0} is not an Object, it is {1}
 115 type.error.cant.load.script=Cannot load script from {0}
 116 type.error.JSON.stringify.cyclic=JSON.stringify got a cyclic data structure
 117 type.error.cant.convert.string.to.char=Cannot convert string to character; its length must be exactly 1
 118 type.error.cant.convert.number.to.char=Cannot convert number to character; it's out of 0-65535 range
 119 type.error.cant.convert.to.java.string=Cannot convert object of type {0} to a Java argument of string type
 120 type.error.cant.convert.to.java.number=Cannot convert object of type {0} to a Java argument of number type
 121 type.error.cant.convert.to.javascript.array=Can only convert Java arrays and lists to JavaScript arrays. Can't convert object of type {0}.
 122 type.error.extend.expects.at.least.one.argument=Java.extend needs at least one argument.
 123 type.error.extend.expects.at.least.one.type.argument=Java.extend needs at least one type argument.
 124 type.error.extend.expects.java.types=Java.extend needs Java types as its arguments.
 125 type.error.extend.ambiguous.defining.class=There is no class loader that can see all of {0} at once.
 126 type.error.extend.ERROR_FINAL_CLASS=Can not extend final class {0}.
 127 type.error.extend.ERROR_NON_PUBLIC_CLASS=Can not extend/implement non-public class/interface {0}.
 128 type.error.extend.ERROR_NO_ACCESSIBLE_CONSTRUCTOR=Can not extend class {0} as it has no public or protected constructors.
 129 type.error.extend.ERROR_MULTIPLE_SUPERCLASSES=Can not extend multiple classes {0}. At most one of the specified types can be a class, the rest must all be interfaces.
 130 type.error.extend.ERROR_NO_COMMON_LOADER=Can not find a common class loader for ScriptObject and {0}.
 131 type.error.no.constructor.matches.args=Can not construct {0} with the passed arguments; they do not match any of its constructor signatures.
 132 type.error.no.method.matches.args=Can not invoke method {0} with the passed arguments; they do not match any of its method signatures.




  93 type.error.cant.delete.property=Cannot delete property "{0}" of {1}
  94 type.error.cant.redefine.property=Cannot redefine property "{0}" of {1}
  95 type.error.property.not.writable="{0}" is not a writable property of {1}
  96 type.error.object.non.extensible=Cannot add new property "{0}" to non-extensible {1}
  97 type.error.__proto__.set.non.extensible=Cannot set __proto__ of non-extensible {0}
  98 type.error.circular.__proto__.set=Cannot create__proto__ cycle for {0}
  99 
 100 # miscellaneous
 101 type.error.regex.cant.supply.flags=Cannot supply flags when constructing one RegExp from another
 102 type.error.inconsistent.property.descriptor=inconsistent property descriptor
 103 type.error.bad.default.value=bad default value: {0}
 104 type.error.function.apply.expects.array=Function.prototype.apply expects an Array for second argument
 105 type.error.instanceof.on.non.object=instanceof must be called with a javascript or java object as the right-hand argument
 106 type.error.cannot.convert.to.interface=object {0} cannot be converted to {1} due to "{2}"
 107 type.error.array.reduce.invalid.init=invalid initialValue for Array.prototype.reduce
 108 type.error.array.reduceright.invalid.init=invalid initialValue for Array.prototype.reduceRight
 109 type.error.cannot.get.default.string=Cannot get default string value
 110 type.error.cannot.get.default.number=Cannot get default number value
 111 type.error.cant.apply.with.to.null=Cannot apply "with" to null
 112 type.error.cant.apply.with.to.undefined=Cannot apply "with" to undefined
 113 type.error.cant.apply.with.to.non.scriptobject=Cannot apply "with" to non script object
 114 type.error.in.with.non.object=Right hand side of "in" cannot be non-Object, found {0}
 115 type.error.prototype.not.an.object="prototype" of {0} is not an Object, it is {1}
 116 type.error.cant.load.script=Cannot load script from {0}
 117 type.error.JSON.stringify.cyclic=JSON.stringify got a cyclic data structure
 118 type.error.cant.convert.string.to.char=Cannot convert string to character; its length must be exactly 1
 119 type.error.cant.convert.number.to.char=Cannot convert number to character; it's out of 0-65535 range
 120 type.error.cant.convert.to.java.string=Cannot convert object of type {0} to a Java argument of string type
 121 type.error.cant.convert.to.java.number=Cannot convert object of type {0} to a Java argument of number type
 122 type.error.cant.convert.to.javascript.array=Can only convert Java arrays and lists to JavaScript arrays. Can't convert object of type {0}.
 123 type.error.extend.expects.at.least.one.argument=Java.extend needs at least one argument.
 124 type.error.extend.expects.at.least.one.type.argument=Java.extend needs at least one type argument.
 125 type.error.extend.expects.java.types=Java.extend needs Java types as its arguments.
 126 type.error.extend.ambiguous.defining.class=There is no class loader that can see all of {0} at once.
 127 type.error.extend.ERROR_FINAL_CLASS=Can not extend final class {0}.
 128 type.error.extend.ERROR_NON_PUBLIC_CLASS=Can not extend/implement non-public class/interface {0}.
 129 type.error.extend.ERROR_NO_ACCESSIBLE_CONSTRUCTOR=Can not extend class {0} as it has no public or protected constructors.
 130 type.error.extend.ERROR_MULTIPLE_SUPERCLASSES=Can not extend multiple classes {0}. At most one of the specified types can be a class, the rest must all be interfaces.
 131 type.error.extend.ERROR_NO_COMMON_LOADER=Can not find a common class loader for ScriptObject and {0}.
 132 type.error.no.constructor.matches.args=Can not construct {0} with the passed arguments; they do not match any of its constructor signatures.
 133 type.error.no.method.matches.args=Can not invoke method {0} with the passed arguments; they do not match any of its method signatures.