Package kieker.common.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.ConfigurationException
- All Implemented Interfaces:
java.io.Serializable
public class ConfigurationException
extends java.lang.Exception
Configuration exception for command line and configuration file parameters.
- Since:
- 1.15
- Author:
- Reiner Jung
- See Also:
- Serialized Form
-
Constructor Summary
Constructors Constructor Description ConfigurationException(java.lang.Exception e)
Configuration exception.ConfigurationException(java.lang.String message)
Configuration exception. -
Method Summary
-
Constructor Details
-
ConfigurationException
public ConfigurationException(java.lang.String message)Configuration exception.- Parameters:
message
- message to be reported
-
ConfigurationException
public ConfigurationException(java.lang.Exception e)Configuration exception.- Parameters:
e
- chained exception
-