src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties

Print this page




 150 type.error.constructor.requires.new=Constructor {0} requires "new".
 151 type.error.new.on.nonpublic.javatype=new cannot be used with non-public java type {0}.
 152 
 153 range.error.dataview.constructor.offset=Wrong offset or length in DataView constructor
 154 range.error.dataview.offset=Offset is outside the bounds of the DataView
 155 range.error.inappropriate.array.length=inappropriate array length: {0}
 156 range.error.inappropriate.array.buffer.length=inappropriate array buffer length: {0}
 157 range.error.invalid.fraction.digits=fractionDigits argument to {0} must be in [0, 20]
 158 range.error.invalid.precision=precision argument toPrecision() must be in [1, 21]
 159 range.error.invalid.radix=radix argument must be in [2, 36]
 160 range.error.invalid.date=Invalid Date
 161 range.error.too.many.errors=Script contains too many errors: {0} errors
 162 range.error.concat.string.too.big=Concatenated String is too big
 163 
 164 reference.error.not.defined="{0}" is not defined
 165 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment
 166 
 167 syntax.error.invalid.json=Invalid JSON: {0}
 168 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode
 169 syntax.error.redeclare.variable=Variable "{0}" has already been declared
 170 syntax.error.assign.constant=Assignment to constant "{0}"
 171 syntax.error.unprotected.switch.declaration=Unsupported {0} declaration in unprotected switch statement
 172 
 173 io.error.cant.write=cannot write "{0}"
 174 config.error.no.dest=no destination directory supplied
 175 
 176 uri.error.bad.uri=Bad URI "{0}" near offset {1}
 177 


 150 type.error.constructor.requires.new=Constructor {0} requires "new".
 151 type.error.new.on.nonpublic.javatype=new cannot be used with non-public java type {0}.
 152 
 153 range.error.dataview.constructor.offset=Wrong offset or length in DataView constructor
 154 range.error.dataview.offset=Offset is outside the bounds of the DataView
 155 range.error.inappropriate.array.length=inappropriate array length: {0}
 156 range.error.inappropriate.array.buffer.length=inappropriate array buffer length: {0}
 157 range.error.invalid.fraction.digits=fractionDigits argument to {0} must be in [0, 20]
 158 range.error.invalid.precision=precision argument toPrecision() must be in [1, 21]
 159 range.error.invalid.radix=radix argument must be in [2, 36]
 160 range.error.invalid.date=Invalid Date
 161 range.error.too.many.errors=Script contains too many errors: {0} errors
 162 range.error.concat.string.too.big=Concatenated String is too big
 163 
 164 reference.error.not.defined="{0}" is not defined
 165 reference.error.cant.be.used.as.lhs="{0}" can not be used as the left-hand side of assignment
 166 
 167 syntax.error.invalid.json=Invalid JSON: {0}
 168 syntax.error.strict.cant.delete=cannot delete "{0}" in strict mode
 169 syntax.error.redeclare.variable=Variable "{0}" has already been declared

 170 syntax.error.unprotected.switch.declaration=Unsupported {0} declaration in unprotected switch statement
 171 
 172 io.error.cant.write=cannot write "{0}"
 173 config.error.no.dest=no destination directory supplied
 174 
 175 uri.error.bad.uri=Bad URI "{0}" near offset {1}
 176