Class AnalysisConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.AnalysisConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class AnalysisConfigurationException
extends java.lang.Exception
An exception to show that something went wrong during the configuration of an analysis.
Since:
1.5
Author:
Jan Waller
See Also:
Serialized Form
  • Constructor Summary

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

    • AnalysisConfigurationException

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

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