Cantera
2.0
|
Exception class for syntax errors. More...
#include <CKParser.h>
Inherits CK_Exception.
Public Member Functions | |
CK_SyntaxError (std::ostream &f, const std::string &s, int linenum=-1) | |
Exception class for syntax errors. | |
std::string | errorMessage () |
Public Attributes | |
std::ostream & | m_out |
Protected Attributes | |
std::string | m_msg |
Exception class for syntax errors.
Definition at line 34 of file CKParser.h.
CK_SyntaxError | ( | std::ostream & | f, |
const std::string & | s, | ||
int | linenum = -1 |
||
) |
Exception class for syntax errors.
Definition at line 34 of file CKParser.cpp.