Class InvalidTraceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
All Implemented Interfaces:
Serializable

@Deprecated public class InvalidTraceException extends Exception
Deprecated.
1.15 moved to kieker-model
This exception can be used to mark an invalid trace.
Since:
0.95a
Author:
Andre van Hoorn
See Also:
  • Constructor Details

    • InvalidTraceException

      public InvalidTraceException(String message)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      message - The message of this exception.
    • InvalidTraceException

      public InvalidTraceException(String message, Throwable t)
      Deprecated.
      Creates a new instance of this class using the given parameters.
      Parameters:
      message - The message of this exception.
      t - The cause of this exception.