linux.core: Remove throws runtime exceptions
authorMatthew Khouzam <matthew.khouzam@ericsson.com>
Thu, 8 Sep 2016 13:31:22 +0000 (09:31 -0400)
committerMatthew Khouzam <matthew.khouzam@ericsson.com>
Fri, 9 Sep 2016 01:30:05 +0000 (21:30 -0400)
commit5ae5a500f01abd3d883d848f860a4ae78b4abd42
treec98af6dd16d1a727e21b3ca3a087e1ac2ce54f89
parenta76344dd5836be13a1f00df598bb42f51a50aa51
linux.core: Remove throws runtime exceptions

AttributeNotFoundException is now a runtime exception. In practice, it
should never happen here as the quarks are always added before accessing
them.

This removes a few warnings.

Change-Id: If6048d8c717f89d21e88e54cbb87a0f67aa26d59
Signed-off-by: Matthew Khouzam <matthew.khouzam@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/80697
Reviewed-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Tested-by: Genevieve Bastien <gbastien+lttng@versatic.net>
Reviewed-by: Hudson CI
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/handlers/KernelEventHandlerUtils.java
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/handlers/SchedSwitchHandler.java
analysis/org.eclipse.tracecompass.analysis.os.linux.core/src/org/eclipse/tracecompass/internal/analysis/os/linux/core/kernel/handlers/StateDumpHandler.java
This page took 0.02933 seconds and 5 git commands to generate.