Kieker 1.8

kieker.tools.traceAnalysis.filter.traceReconstruction
Class InvalidTraceException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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

Constructor Summary
InvalidTraceException(String message)
          Creates a new instance of this class using the given parameters.
InvalidTraceException(String message, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Kieker 1.8

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