Uses of Class
kieker.common.exception.ConfigurationException
Packages that use ConfigurationException
Package
Description
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
Copyright 2026 Kieker Project (http://kieker-monitoring.net)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of ConfigurationException in kieker.analysis.architecture.repository
Methods in kieker.analysis.architecture.repository that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ModelRepositoryArchitectureModelRepositoryFactory.readModelRepository(Path inputDirectory, ModelDescriptor... descriptors) Read a set of model files into a model repository. -
Uses of ConfigurationException in kieker.analysis.behavior
Constructors in kieker.analysis.behavior that throw ConfigurationExceptionModifierConstructorDescriptionModelGenerationCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, Long userSessionTimeout, boolean waitForCompleteTrace) Generating user behavior graphs. -
Uses of ConfigurationException in kieker.common.util.classpath
Methods in kieker.common.util.classpath that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic <C> CInstantiationFactory.createWithConfiguration(Class<C> implementedInterface, String className, Configuration configuration) This is a helper method trying to find, create and initialize the given class, using its public constructor which accepts a singleConfiguration. -
Uses of ConfigurationException in kieker.tools.common
Methods in kieker.tools.common with parameters of type ConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract voidAbstractEmbeddableService.logError(ConfigurationException e) Log exceptions to the UI.Methods in kieker.tools.common that throw ConfigurationExceptionModifier and TypeMethodDescriptionprotected abstract booleanAbstractLegacyTool.checkParameters(com.beust.jcommander.JCommander commander) Check all given parameters for correct directory and files path, as well as, all other values for fitness.protected abstract TAbstractEmbeddableService.createTeetimeConfiguration()Create and initialize teetime configuration for a service.protected abstract TAbstractService.createTeetimeConfiguration()Create and initialize teetime configuration for a service.protected abstract intExecute the core part of a tool or service.protected intExecute the tool. -
Uses of ConfigurationException in kieker.tools.source
Methods in kieker.tools.source that throw ConfigurationExceptionModifier and TypeMethodDescriptionstatic ISourceCompositeStageSourceStageFactory.createSourceCompositeStage(Configuration configuration) Create a source stage based on the given configuration.Constructors in kieker.tools.source that throw ConfigurationExceptionModifierConstructorDescriptionMultipleConnectionTcpSourceCompositeStage(Configuration configuration) Deprecated.RestServiceCompositeStage(Configuration configuration) Deprecated.