Refactor the Histogram View (Bug352885)
[deliverable/tracecompass.git] / org.eclipse.linuxtools.lttng / src / org / eclipse / linuxtools / lttng / exceptions / EventOutOfSequenceException.java
1 /**
2 *
3 */
4 package org.eclipse.linuxtools.lttng.exceptions;
5
6 /**
7 * @author francois
8 *
9 */
10 public class EventOutOfSequenceException extends Exception {
11
12 private static final long serialVersionUID = -3537822357348706661L;
13
14 public EventOutOfSequenceException(String errMsg) {
15 super(errMsg);
16 }
17 }
This page took 0.02985 seconds and 5 git commands to generate.