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

    Methods inherited from class java.lang.Throwable

    addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • 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