Class InvalidConfigurationException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
kieker.common.exception.InvalidConfigurationException
All Implemented Interfaces:
java.io.Serializable

public class InvalidConfigurationException
extends java.lang.RuntimeException
This exception should be thrown if an illegal configuration (parameter) is detected by a configurable component.
Since:
1.13
Author:
Holger Knoche
See Also:
Serialized Form
  • Constructor Summary

    Constructors 
    Constructor Description
    InvalidConfigurationException​(java.lang.String message)
    Creates a new exception with the given message.
    InvalidConfigurationException​(java.lang.String message, java.lang.Throwable cause)
    Creates a new exception with the given message and cause.
  • 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

    • InvalidConfigurationException

      public InvalidConfigurationException​(java.lang.String message)
      Creates a new exception with the given message.
      Parameters:
      message - The message to associate with this exception
    • InvalidConfigurationException

      public InvalidConfigurationException​(java.lang.String message, java.lang.Throwable cause)
      Creates a new exception with the given message and cause.
      Parameters:
      message - The message to associate with this exception
      cause - The cause for this exception