Package kieker.analysis.exception
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
-
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.
-