We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ArrayStoreException
1 parent 998153e commit ac11356Copy full SHA for ac11356
doc/semantics.md
@@ -103,6 +103,7 @@ Currently known exhaustive list of exceptions are:
103
* `NullPointerException`
104
* `ArrayIndexOutOfBoundsException` and `StringIndexOutOfBoundsException`
105
* `ClassCastException`
106
+* `ArrayStoreException`
107
* `StackOverflowError` and other `VirtualMachineError`s
108
109
Because Scala.js does not receive VM support to detect such erroneous
0 commit comments