Package kieker.common.exception
Class ConfigurationException
java.lang.Object
java.lang.Throwable
java.lang.Exception
kieker.common.exception.ConfigurationException
- All Implemented Interfaces:
Serializable
Configuration exception for command line and configuration file parameters.
- Since:
- 1.15
- Author:
- Reiner Jung
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConfiguration exception.ConfigurationException(String message) Configuration exception. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ConfigurationException
Configuration exception.- Parameters:
message- message to be reported
-
ConfigurationException
Configuration exception.- Parameters:
e- chained exception
-