LabelMismatchError
class LabelMismatchError(node: HasSourceLocation, actualLabel: Label, expectedLabel: Label) : InformationFlowError
Content copied to clipboard
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
LabelMismatchError
Link copied to clipboard
fun LabelMismatchError(node: HasSourceLocation, actualLabel: Label, expectedLabel: Label)
Content copied to clipboard
Functions
addSuppressed
Link copied to clipboard
fillInStackTrace
Link copied to clipboard
getLocalizedMessage
Link copied to clipboard
getStackTrace
Link copied to clipboard
getSuppressed
Link copied to clipboard
printStackTrace
Link copied to clipboard
setStackTrace
Link copied to clipboard
toDocument
Link copied to clipboard