Vuo  1.2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
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.
 
 VuoCompilerException (void) throw ()
 Needed for this class to be the value type in an STL map.
 
 ~VuoCompilerException (void) throw ()
 Needed to prevent a build error.
 
vector< VuoCompilerErrorgetErrors (void) const
 Returns the list of errors.
 
const char * what () const throw ()
 Returns a string containing the list of errors.
 

Constructor & Destructor Documentation

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

Constructor.

VuoCompilerException::VuoCompilerException ( void  ) throw ()
inline

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

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

Needed to prevent a build error.

Member Function Documentation

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

Returns the list of errors.

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: