Class InvalidTraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.trace.analysis.filter.traceReconstruction.InvalidTraceException
- All Implemented Interfaces:
Serializable
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 Summary
ConstructorsConstructorDescriptionInvalidTraceException(String message) Deprecated.Creates a new instance of this class using the given parameters.InvalidTraceException(String message, Throwable t) Deprecated.Creates a new instance of this class using the given parameters. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
InvalidTraceException
Deprecated.Creates a new instance of this class using the given parameters.- Parameters:
message- The message of this exception.
-
InvalidTraceException
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.
-