TraceAborted
o1.gui.viewimpl.tracing.TraceAborted
case class TraceAborted[TraceData](message: String, partialTrace: Seq[(TraceData, TraceEvent)]) extends RuntimeException
Represents situations where a View
hasn’t reached its done state in the allotted number of ticks.
Type parameters
- TraceData
-
the type of the model-state descriptions in the trace
Parameters
- partialTrace
-
the trace collected until the view was aborted.
Attributes
- Graph
-
- Supertypes
-
trait Producttrait Equalsclass RuntimeExceptionclass Exceptionclass Throwabletrait Serializableclass Objecttrait Matchableclass Any
Members list
Keywords
- no keywords
- final
Inherited
- Not inherited
- Product
- Throwable