nashorn/test/script/basic/JDK-8079470.js.EXPECTED
author sundar
Wed, 06 May 2015 20:04:42 +0530
changeset 30394 72a59e4dffea
child 32441 8401a09d1b0d
permissions -rw-r--r--
8079470: Misleading error message when explicit signature constructor is called with wrong arguments Reviewed-by: jlaskey, hannesw
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
30394
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     1
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod File java.io.File.java.io.File(String,String)] with the passed arguments; they do not match any of its method signatures.
72a59e4dffea 8079470: Misleading error message when explicit signature constructor is called with wrong arguments
sundar
parents:
diff changeset
     2
TypeError: Can not create new object with constructor [jdk.internal.dynalink.beans.SimpleDynamicMethod Color java.awt.Color.java.awt.Color(int,int,int)] with the passed arguments; they do not match any of its method signatures.