kieker.tools.traceAnalysis.filter.traceReconstruction
Class InvalidTraceException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.tools.traceAnalysis.filter.traceReconstruction.InvalidTraceException
- All Implemented Interfaces:
- Serializable
public class InvalidTraceException
- extends Exception
This exception can be used to mark an invalid trace.
- Since:
- 0.95a
- Author:
- Andre van Hoorn
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
InvalidTraceException
public InvalidTraceException(String message)
- 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)
- Creates a new instance of this class using the given parameters.
- Parameters:
message
- The message of this exception.t
- The cause of this exception.
Copyright 2014 Kieker Project, http://kieker-monitoring.net>