Class AnalysisConfigurationException

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

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

    • AnalysisConfigurationException

      public AnalysisConfigurationException(String message, 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(String message)
      Creates a new instance of this class using the given parameters.
      Parameters:
      message - The message of the exception.