Home | History | Annotate | Download | only in src

Lines Matching full:runtimeexception

33             throw new RuntimeException();
35 throw new RuntimeException();
38 throw new RuntimeException("store should have failed");
42 throw new RuntimeException("store should have failed");
47 throw new RuntimeException("bad len");
56 throw new RuntimeException("bad 123 or 456");
62 throw new RuntimeException("cast should have failed");
67 throw new RuntimeException();
86 throw new RuntimeException("shouldn't allow short in char array");
90 throw new RuntimeException("shouldn't allow int in char array");
96 throw new RuntimeException("mismatch: " + i + " is " + array[i]);
101 throw new RuntimeException("load should have worked");
108 throw new RuntimeException("shouldn't allow read of char as byte");
114 throw new RuntimeException("char got sign-extended? "
128 throw new RuntimeException("short didn't get sign-extended");
142 throw new RuntimeException("shouldn't allow read of long as int");
147 throw new RuntimeException();
152 throw new RuntimeException("long-as-float failed - " + f);
155 throw new RuntimeException("long1 failed");
171 throw new RuntimeException("store should have failed");
177 throw new RuntimeException();
179 throw new RuntimeException();
184 throw new RuntimeException("bad len");
189 throw new RuntimeException("store of Integer should have failed");
206 throw new RuntimeException("store should have failed");
225 throw new RuntimeException("store should have failed");
232 throw new RuntimeException("expecting bad cast");
252 throw new RuntimeException("store should have failed");