ctf: rename CTFReaderException to CTFException
[deliverable/tracecompass.git] / org.eclipse.tracecompass.ctf.core.tests / src / org / eclipse / tracecompass / ctf / core / tests / types / SequenceDefinition2Test.java
index d90f26387cf46e2c36fc86512800c32c739bd73c..e6728abc6ab8543cc8374f098770fddeadddd5a1 100644 (file)
@@ -16,7 +16,7 @@ import static org.junit.Assert.assertNotNull;
 import java.nio.ByteBuffer;
 import java.nio.ByteOrder;
 
-import org.eclipse.tracecompass.ctf.core.CTFReaderException;
+import org.eclipse.tracecompass.ctf.core.CTFException;
 import org.eclipse.tracecompass.ctf.core.event.io.BitBuffer;
 import org.eclipse.tracecompass.ctf.core.event.types.Definition;
 import org.eclipse.tracecompass.ctf.core.event.types.Encoding;
@@ -52,14 +52,14 @@ public class SequenceDefinition2Test {
     /**
      * Perform pre-test initialization.
      *
-     * @throws CTFReaderException
+     * @throws CTFException
      */
     @Before
-    public void setUp() throws CTFReaderException {
+    public void setUp() throws CTFException {
         fixture = initString();
     }
 
-    private static ByteArrayDefinition initString() throws CTFReaderException {
+    private static ByteArrayDefinition initString() throws CTFException {
         StructDeclaration structDec;
         StructDefinition structDef;
 
This page took 0.036701 seconds and 5 git commands to generate.