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

Description

An exception containing a list of errors that occurred while compiling a composition.

Public Member Functions

 VuoCompilerException (const vector< VuoCompilerError > &errors)
 Constructor. More...
 
 VuoCompilerException (void) throw ()
 Needed for this class to be the value type in an STL map. More...
 
 ~VuoCompilerException (void) throw ()
 Needed to prevent a build error. More...
 
vector< VuoCompilerErrorgetErrors (void) const
 Returns the list of errors. More...
 
const char * what () const throw ()
 Returns a string containing the list of errors. More...
 

Constructor & Destructor Documentation

◆ VuoCompilerException() [1/2]

VuoCompilerException::VuoCompilerException ( const vector< VuoCompilerError > &  errors)

Constructor.

◆ VuoCompilerException() [2/2]

VuoCompilerException::VuoCompilerException ( void  )
throw (
)
inline

Needed for this class to be the value type in an STL map.

◆ ~VuoCompilerException()

VuoCompilerException::~VuoCompilerException ( void  )
throw (
)
inline

Needed to prevent a build error.

Member Function Documentation

◆ getErrors()

vector< VuoCompilerError > VuoCompilerException::getErrors ( void  ) const

Returns the list of errors.

◆ what()

const char * VuoCompilerException::what ( ) const
throw (
)

Returns a string containing the list of errors.


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