CppADCodeGen  HEAD
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 (std::string message) noexcept
 
 CGException (const CGException &e)=default
 
 CGException (CGException &&e)=default
 
template<typename... Ts>
 CGException (const Ts &... ts) noexcept
 
const char * what () const noexcept override
 

Protected Attributes

std::string _message
 

Detailed Description

The exception used by CppADCodeGen

Author
Joao Leal

Definition at line 27 of file exception.hpp.


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