ss: Replace AttributeNotFoundException with IOOBE for quark parameters
[deliverable/tracecompass.git] / statesystem / org.eclipse.tracecompass.statesystem.core / src / org / eclipse / tracecompass / statesystem / core / StateSystemUtils.java
index a3f8d70e99fc2332dcea7d24f92c67fc314e7d32..82ad0baa954ce03684b7d5ec9841239b1ef62a51 100644 (file)
@@ -1,5 +1,5 @@
 /*******************************************************************************
- * Copyright (c) 2014, 2015 École Polytechnique de Montréal
+ * Copyright (c) 2014, 2016 École Polytechnique de Montréal
  *
  * All rights reserved. This program and the accompanying materials are
  * made available under the terms of the Eclipse Public License v1.0 which
@@ -273,7 +273,7 @@ public final class StateSystemUtils {
                 }
                 current = currentInterval.getEndTime() + 1;
             }
-        } catch (AttributeNotFoundException | StateSystemDisposedException | TimeRangeException e) {
+        } catch (StateSystemDisposedException | TimeRangeException e) {
             /* Nothing to do */
         }
         return null;
This page took 0.027557 seconds and 5 git commands to generate.