ss: Replace AttributeNotFoundException with IOOBE for quark parameters
[deliverable/tracecompass.git] / lttng / org.eclipse.tracecompass.lttng2.kernel.ui / src / org / eclipse / tracecompass / internal / lttng2 / kernel / ui / views / vm / vcpuview / VirtualMachineView.java
index 4352641034a4546d7f2a7623aae363c648785820..5b56d3075164db9bdffbbeefb398e896b7cca623 100644 (file)
@@ -227,11 +227,6 @@ public class VirtualMachineView extends AbstractTimeGraphView {
                 /* Add the entries for the threads */
                 buildThreadEntries(vmEntry, entryMap, startTime, endTime);
             }
-        } catch (AttributeNotFoundException e) {
-            /*
-             * The attribute may not exist yet if the state system is being
-             * built
-             */
         } catch (TimeRangeException | StateValueTypeException e) {
             Activator.getDefault().logError("VirtualMachineView: error building event list", e); //$NON-NLS-1$
         }
This page took 0.024752 seconds and 5 git commands to generate.