Skip to content

OpenAnalysis::BaseGraph::NonexistentEdge

NonexistentEdge exception is thrown if an edge being deleted is not a part of the graph.

Synopsis

Declared in <src/midend/programAnalysis/OpenAnalysis/Utils/BaseGraph.h>

class NonexistentEdge
    : public Exception

Base Classes

Name

Description

Exception

Exception is the abstract base class for all exceptions that can be thrown by Mint programs.

Member Functions

Name

Description

NonexistentEdge [constructor]

Construct from Edge

~NonexistentEdge [destructor] [virtual]

Destructor

report [virtual]

Private Data Members

Created with MrDocs