v8toolkit  0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
Public Member Functions | List of all members
v8toolkit::CastException Class Reference

#include <v8helpers.h>

Inheritance diagram for v8toolkit::CastException:
Inheritance graph
[legend]
Collaboration diagram for v8toolkit::CastException:
Collaboration graph
[legend]

Public Member Functions

template<class... Ts>
 CastException (const std::string &reason, Ts &&...ts)
 
virtual const char * what () const noexcept override
 

Detailed Description

Definition at line 108 of file v8helpers.h.

Constructor & Destructor Documentation

template<class... Ts>
v8toolkit::CastException::CastException ( const std::string &  reason,
Ts &&...  ts 
)
inline

Definition at line 114 of file v8helpers.h.

Member Function Documentation

virtual const char* v8toolkit::CastException::what ( ) const
inlineoverridevirtualnoexcept

Definition at line 115 of file v8helpers.h.


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