Class InvalidTraceException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.model.system.model.exceptions.InvalidTraceException
All Implemented Interfaces:
java.io.Serializable

public class InvalidTraceException
extends java.lang.Exception
This exception can be used to mark an invalid trace.
Since:
0.95a
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InvalidTraceException​(java.lang.String message)
    Creates a new instance of this class using the given parameters.
    InvalidTraceException​(java.lang.String message, java.lang.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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • InvalidTraceException

      public InvalidTraceException​(java.lang.String message)
      Creates a new instance of this class using the given parameters.
      Parameters:
      message - The message of this exception.
    • InvalidTraceException

      public InvalidTraceException​(java.lang.String message, java.lang.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.