Vuo  1.2.7
Public Member Functions | List of all members
VuoCompilerError Class Reference

Description

A description of an error that occurred while compiling a composition.

Public Member Functions

 VuoCompilerError (const string &summary, const string &details, const set< VuoNode *> &problemNodes, const set< VuoCable *> &problemCables)
 Constructor. More...
 
string getSummary (void) const
 Returns a summary of the error. More...
 
string getDetails (void) const
 Returns a detailed description of the error. More...
 
set< VuoNode * > getProblemNodes (void) const
 Returns the nodes involved in the error. More...
 
set< VuoCable * > getProblemCables (void) const
 Returns the cables involved in the error. More...
 

Constructor & Destructor Documentation

◆ VuoCompilerError()

VuoCompilerError::VuoCompilerError ( const string &  summary,
const string &  details,
const set< VuoNode *> &  problemNodes,
const set< VuoCable *> &  problemCables 
)

Constructor.

Member Function Documentation

◆ getDetails()

string VuoCompilerError::getDetails ( void  ) const

Returns a detailed description of the error.

◆ getProblemCables()

set< VuoCable * > VuoCompilerError::getProblemCables ( void  ) const

Returns the cables involved in the error.

◆ getProblemNodes()

set< VuoNode * > VuoCompilerError::getProblemNodes ( void  ) const

Returns the nodes involved in the error.

◆ getSummary()

string VuoCompilerError::getSummary ( void  ) const

Returns a summary of the error.


The documentation for this class was generated from the following files: