Package kieker.analysis.exception
Class AnalysisConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.analysis.exception.AnalysisConfigurationException
- All Implemented Interfaces:
Serializable
An exception to show that something went wrong during the configuration of an analysis.
- Since:
- 1.5
- Author:
- Jan Waller
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionAnalysisConfigurationException(String message) Creates a new instance of this class using the given parameters.AnalysisConfigurationException(String message, 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
-
Constructor Details
-
AnalysisConfigurationException
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
Creates a new instance of this class using the given parameters.- Parameters:
message- The message of the exception.
-