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
- Value parameters:
- partialTrace
the trace collected until the view was aborted.
trait Product
trait Equals
class RuntimeException
class Exception
class Throwable
trait Serializable
class Object
trait Matchable
class Any