Vuo  0.9.0
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
string getSummary (void) const
 Returns a summary of the error.
 
string getDetails (void) const
 Returns a detailed description of the error.
 
set< VuoNode * > getProblemNodes (void) const
 Returns the nodes involved in the error.
 
set< VuoCable * > getProblemCables (void) const
 Returns the cables involved in the error.
 

Constructor & Destructor Documentation

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

Constructor.

Member Function Documentation

string VuoCompilerError::getDetails ( void  ) const

Returns a detailed description of the error.

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

Returns the cables involved in the error.

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

Returns the nodes involved in the error.

string VuoCompilerError::getSummary ( void  ) const

Returns a summary of the error.


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