Class InvalidTraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
- All Implemented Interfaces:
java.io.Serializable
@Deprecated
public class InvalidTraceException
extends java.lang.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:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description InvalidTraceException(java.lang.String message)
Deprecated.Creates a new instance of this class using the given parameters.InvalidTraceException(java.lang.String message, java.lang.Throwable t)
Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
-
Constructor Details
-
InvalidTraceException
public InvalidTraceException(java.lang.String message)Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
message
- The message of this exception.
-
InvalidTraceException
public InvalidTraceException(java.lang.String message, java.lang.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.
-