Kieker 1.12

kieker.tools.traceAnalysis.filter.traceReconstruction
Class TraceProcessingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by kieker.analysis.exception.EventProcessingException
              extended by kieker.tools.traceAnalysis.filter.traceReconstruction.TraceProcessingException
All Implemented Interfaces:
java.io.Serializable

public class TraceProcessingException
extends EventProcessingException

This exceptions shows that something went wrong during the processing of a trace.

Since:
1.1
Author:
Andre van Hoorn
See Also:
Serialized Form

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

TraceProcessingException

public TraceProcessingException(java.lang.String msg)
Creates a new instance of this class using the given parameters.

Parameters:
msg - The message of this exception.

TraceProcessingException

public TraceProcessingException(java.lang.String msg,
                                java.lang.Throwable t)
Creates a new instance of this class using the given parameters.

Parameters:
msg - The message of this exception.
t - The cause of this exception.

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net