LabelMismatchError

class LabelMismatchError(node: HasSourceLocation, actualLabel: Label, expectedLabel: Label) : InformationFlowError

Thrown when the inferred label of a node does not match its annotated label.

Parameters

actualLabel

Inferred label for the node.

expectedLabel

Annotated label for the node.

Constructors

Link copied to clipboard
fun LabelMismatchError(node: HasSourceLocation, actualLabel: Label, expectedLabel: Label)

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
Link copied to clipboard
override fun toDocument(): Document
Link copied to clipboard
override fun toString(): String

Properties

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