|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception kieker.analysis.exception.EventProcessingException kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
public class TraceProcessingException
This exceptions shows that something went wrong during the processing of a trace.
Constructor Summary | |
---|---|
TraceProcessingException(java.lang.String msg)
Creates a new instance of this class using the given parameters. |
|
TraceProcessingException(java.lang.String msg,
java.lang.Throwable t)
Creates a new instance of this class using the given parameters. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TraceProcessingException(java.lang.String msg)
msg
- The message of this exception.public TraceProcessingException(java.lang.String msg, java.lang.Throwable t)
msg
- The message of this exception.t
- The cause of this exception.
|
Kieker 1.11 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |