Uses of Class
kieker.model.system.model.exceptions.InvalidTraceException
| Package | Description |
|---|---|
| kieker.model.system.model |
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.
|
-
Uses of InvalidTraceException in kieker.model.system.model
Methods in kieker.model.system.model that throw InvalidTraceException Modifier and Type Method Description voidExecutionTrace. add(Execution execution)Adds an execution to the trace.MessageTraceExecutionTrace. toMessageTrace(Execution rootExecution)Returns the message trace representation for this trace.
The transformation to a message trace is only computed during the first execution of this method.