InsecureControlFlowError
class InsecureControlFlowError(node: HasSourceLocation, nodeLabel: Label, pc: Label) : InformationFlowError
Content copied to clipboard
Thrown when the control flow influences data in a way that violates security.
Parameters
node
AST node influenced by control flow.
nodeLabel
Security label of the node.
pc
Security label assigned to control flow.
Constructors
InsecureControlFlowError
Link copied to clipboard
fun InsecureControlFlowError(node: HasSourceLocation, nodeLabel: Label, pc: 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