CppADCodeGen  2.3.0
A C++ Algorithmic Differentiation Package with Source Code Generation
CppAD::cg::CGException Class Reference
Inheritance diagram for CppAD::cg::CGException:
Inheritance graph
Collaboration diagram for CppAD::cg::CGException:
Collaboration graph

Public Member Functions

 CGException (const std::string &message) throw ()
 
template<typename... Ts>
 CGException (const Ts &... ts) throw ()
 
const char * what () const throw ()
 

Protected Attributes

std::string _message
 

Detailed Description

Source code generation exception

Author
Joao Leal

Definition at line 26 of file exception.hpp.


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