File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
core/pv/src/main/java/org/phoebus/pv/pva Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change 1616import java .util .Arrays ;
1717import java .util .List ;
1818import java .util .Optional ;
19- import java .util .stream .Collectors ;
20- import java .util .stream .IntStream ;
2119
2220import org .epics .pva .data .PVAArray ;
2321import org .epics .pva .data .PVABool ;
3533import org .epics .pva .data .PVAStructure ;
3634import org .epics .pva .data .PVAStructureArray ;
3735import org .epics .pva .data .PVAUnion ;
38- import org .epics .util .array .ArrayBoolean ;
3936import org .epics .util .array .ArrayByte ;
4037import org .epics .util .array .ArrayDouble ;
4138import org .epics .util .array .ArrayFloat ;
@@ -252,7 +249,7 @@ else if (column instanceof PVABoolArray)
252249 }
253250 else
254251 {
255- throw new RuntimeException ("Could not decode table column of type: " + column .getClass ());
252+ throw new IllegalArgumentException ("Could not decode table column of type: " + column .getClass ());
256253 }
257254 }
258255
You can’t perform that action at this time.
0 commit comments