Uses of Class
kieker.common.exception.ConfigurationException
Package | Description |
---|---|
kieker.analysis.architecture.repository |
Copyright 2022 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.
|
kieker.analysis.behavior |
Copyright 2022 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.
|
kieker.common.util.classpath |
Copyright 2022 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.
|
kieker.tools.common |
Copyright 2022 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.
|
kieker.tools.source |
-
Uses of ConfigurationException in kieker.analysis.architecture.repository
Methods in kieker.analysis.architecture.repository that throw ConfigurationException Modifier and Type Method Description static ModelRepository
ArchitectureModelRepositoryFactory. readModelRepository(java.nio.file.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 ConfigurationException Constructor Description ModelGenerationCompositeStage(IEntryCallAcceptanceMatcher entryCallMatcher, ITraceSignatureProcessor traceSignatureProcessor, java.lang.Long userSessionTimeout, boolean waitForCompleteTrace)
Generating user behavior graphs. -
Uses of ConfigurationException in kieker.common.util.classpath
Methods in kieker.common.util.classpath that throw ConfigurationException Modifier and Type Method Description static <C> C
InstantiationFactory. createWithConfiguration(java.lang.Class<C> implementedInterface, java.lang.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 ConfigurationException Modifier and Type Method Description protected abstract void
AbstractEmbeddableService. logError(ConfigurationException e)
Log exceptions to the UI.Methods in kieker.tools.common that throw ConfigurationException Modifier and Type Method Description protected abstract boolean
AbstractLegacyTool. 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 T
AbstractEmbeddableService. createTeetimeConfiguration()
Create and initialize teetime configuration for a service.protected abstract T
AbstractService. createTeetimeConfiguration()
Create and initialize teetime configuration for a service.protected abstract int
AbstractLegacyTool. execute(com.beust.jcommander.JCommander commander, java.lang.String label)
Execute the core part of a tool or service.protected int
AbstractService. execute(com.beust.jcommander.JCommander commander, java.lang.String label)
Execute the tool. -
Uses of ConfigurationException in kieker.tools.source
Methods in kieker.tools.source that throw ConfigurationException Modifier and Type Method Description static ISourceCompositeStage
SourceStageFactory. createSourceCompositeStage(Configuration configuration)
Create a source stage based on the given configuration.Constructors in kieker.tools.source that throw ConfigurationException Constructor Description MultipleConnectionTcpSourceCompositeStage(Configuration configuration)
Deprecated.RestServiceCompositeStage(Configuration configuration)
Deprecated.