Lines Matching refs:RuntimeException
34 throw new RuntimeException(); in testSingleInt()
36 throw new RuntimeException(); in testSingleInt()
39 throw new RuntimeException("store should have failed"); in testSingleInt()
43 throw new RuntimeException("store should have failed"); in testSingleInt()
48 throw new RuntimeException("bad len"); in testSingleInt()
57 throw new RuntimeException("bad 123 or 456"); in testSingleInt()
63 throw new RuntimeException("cast should have failed"); in testSingleInt()
68 throw new RuntimeException(); in testSingleInt()
87 throw new RuntimeException("shouldn't allow short in char array"); in testSingleChar()
91 throw new RuntimeException("shouldn't allow int in char array"); in testSingleChar()
97 throw new RuntimeException("mismatch: " + i + " is " + array[i]); in testSingleChar()
102 throw new RuntimeException("load should have worked"); in testSingleChar()
109 throw new RuntimeException("shouldn't allow read of char as byte"); in testSingleChar()
115 throw new RuntimeException("char got sign-extended? " in testSingleChar()
129 throw new RuntimeException("short didn't get sign-extended"); in testSingleShort()
143 throw new RuntimeException("shouldn't allow read of long as int"); in testSingleLong()
148 throw new RuntimeException(); in testSingleLong()
153 throw new RuntimeException("long-as-float failed - " + f); in testSingleLong()
156 throw new RuntimeException("long1 failed"); in testSingleLong()
172 throw new RuntimeException("store should have failed"); in testSingle()
178 throw new RuntimeException(); in testSingle()
180 throw new RuntimeException(); in testSingle()
185 throw new RuntimeException("bad len"); in testSingle()
190 throw new RuntimeException("store of Integer should have failed"); in testSingle()
207 throw new RuntimeException("store should have failed"); in testMultiInt()
226 throw new RuntimeException("store should have failed"); in testMulti()
233 throw new RuntimeException("expecting bad cast"); in testMulti()
253 throw new RuntimeException("store should have failed"); in testMulti()