Cantera  2.0
Public Member Functions | Public Attributes | Protected Attributes | List of all members
CK_SyntaxError Class Reference

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
 

Detailed Description

Exception class for syntax errors.

Definition at line 34 of file CKParser.h.

Constructor & Destructor Documentation

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.


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