Uses of Class
kieker.analysis.exception.InternalErrorException
Packages that use InternalErrorException
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.
Copyright (C) 2023 OceanDSL (https://oceandsl.uni-kiel.de)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
-
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree
Methods in kieker.analysis.generic.clustering.mtree that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoidAdds and indexes a data object.voidvoidbooleanILeafness.doRemoveData(DATA data, double distance) intIRootness.getMinCapacity()booleanRemoves a data object from the M-Tree. -
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree.nodes
Methods in kieker.analysis.generic.clustering.mtree.nodes that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoidvoidfinal voidprotected voidvoidprotected booleanAbstractNode.doRemoveData(T data, double distance) booleanNonLeafNodeTrait.doRemoveData(T data, double distance) protected intAbstractNode.getMinCapacity()intRootNodeTrait.getMinCapacity()final booleanAbstractNode.isMaxCapacityExceeded()booleanAbstractNode.isNodeUnderCapacity()booleanAbstractNode.removeData(T data, double distance) final Pair<AbstractNode<T>>AbstractNode.splitNodes() -
Uses of InternalErrorException in kieker.analysis.generic.clustering.mtree.utils
Methods in kieker.analysis.generic.clustering.mtree.utils that throw InternalErrorException -
Uses of InternalErrorException in kieker.analysis.generic.graph
Methods in kieker.analysis.generic.graph that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoidIGraphElementSelector.setRepository(ModelRepository repository) -
Uses of InternalErrorException in kieker.analysis.generic.graph.selector
Methods in kieker.analysis.generic.graph.selector that throw InternalErrorExceptionModifier and TypeMethodDescriptionvoidAllSelectorColor.setRepository(ModelRepository repository) voidDiffSelector.setRepository(ModelRepository repository)