Kieker 1.12

kieker.analysis.exception
Class AnalysisConfigurationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by 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
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
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.

Kieker 1.12

Copyright 2015 Kieker Project, http://kieker-monitoring.net