CollapseUndoContextMismatchException

class CollapseUndoContextMismatchException(val commandedContextId: <Error class: unknown class>, val propositionId: String, val actualContextId: <Error class: unknown class>) : IllegalArgumentException

A proposition the undo was told to touch lives in a different context. Thrown before any write, so the other context's graph is left exactly as it was.

Constructors

Link copied to clipboard
constructor(commandedContextId: <Error class: unknown class>, propositionId: String, actualContextId: <Error class: unknown class>)

Properties

Link copied to clipboard
val actualContextId: <Error class: unknown class>

the context that proposition really belongs to

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val commandedContextId: <Error class: unknown class>

the context the undo was issued for

Link copied to clipboard
open val message: String?
Link copied to clipboard

the proposition that failed the check

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard