nashorn/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Messages.properties
changeset 28319 95bed8b1847f
parent 27818 6bf1e00c7229
child 29281 8cc2618a07aa
equal deleted inserted replaced
28318:bcfb5663e81a 28319:95bed8b1847f
   139 type.error.extend.ERROR_NON_PUBLIC_CLASS=Can not extend/implement non-public class/interface {0}.
   139 type.error.extend.ERROR_NON_PUBLIC_CLASS=Can not extend/implement non-public class/interface {0}.
   140 type.error.extend.ERROR_NO_ACCESSIBLE_CONSTRUCTOR=Can not extend class {0} as it has no public or protected constructors.
   140 type.error.extend.ERROR_NO_ACCESSIBLE_CONSTRUCTOR=Can not extend class {0} as it has no public or protected constructors.
   141 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.
   141 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.
   142 type.error.extend.ERROR_NO_COMMON_LOADER=Can not find a common class loader for ScriptObject and {0}.
   142 type.error.extend.ERROR_NO_COMMON_LOADER=Can not find a common class loader for ScriptObject and {0}.
   143 type.error.extend.ERROR_FINAL_FINALIZER=Can not extend class because {0} has a final finalize method.
   143 type.error.extend.ERROR_FINAL_FINALIZER=Can not extend class because {0} has a final finalize method.
       
   144 type.error.extend.ERROR_OTHER=Can not extend/implement {0} because of {1}
   144 type.error.no.constructor.matches.args=Can not construct {0} with the passed arguments; they do not match any of its constructor signatures.
   145 type.error.no.constructor.matches.args=Can not construct {0} with the passed arguments; they do not match any of its constructor signatures.
   145 type.error.no.method.matches.args=Can not invoke method {0} with the passed arguments; they do not match any of its method signatures.
   146 type.error.no.method.matches.args=Can not invoke method {0} with the passed arguments; they do not match any of its method signatures.
   146 type.error.method.not.constructor=Java method {0} cannot be used as a constructor.
   147 type.error.method.not.constructor=Java method {0} cannot be used as a constructor.
   147 type.error.env.not.object=$ENV must be an Object.
   148 type.error.env.not.object=$ENV must be an Object.
   148 type.error.unsupported.java.to.type=Unsupported Java.to target type {0}.
   149 type.error.unsupported.java.to.type=Unsupported Java.to target type {0}.