Class TraceProcessingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.EventProcessingException
kieker.tools.trace.analysis.filter.traceReconstruction.TraceProcessingException
- All Implemented Interfaces:
Serializable
This exceptions shows that something went wrong during the processing of a trace.
- Since:
- 1.1
- Author:
- Andre van Hoorn
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of this class using the given parameters.TraceProcessingException(String msg, Throwable t) 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
-
TraceProcessingException
Creates a new instance of this class using the given parameters.- Parameters:
msg- The message of this exception.
-
TraceProcessingException
Creates a new instance of this class using the given parameters.- Parameters:
msg- The message of this exception.t- The cause of this exception.
-