#include <Fireworks/Core/interface/FWExpressionException.h>
Public Member Functions | |
long | column () const |
FWExpressionException (const std::string &iWhat, long iColumn) | |
const std::string & | what () const |
Private Attributes | |
long | m_column |
std::string | m_what |
Description: Holds information about an expression parsing failure
Usage: <usage>
Definition at line 28 of file FWExpressionException.h.
|
inline |
Definition at line 31 of file FWExpressionException.h.
|
inline |
Definition at line 41 of file FWExpressionException.h.
References m_column.
Referenced by CmsShowEDI::runFilter(), and CmsShowEDI::runSelection().
|
inline |
Definition at line 37 of file FWExpressionException.h.
References m_what.
Referenced by CmsShowEDI::runFilter(), and CmsShowEDI::runSelection().
|
private |
Definition at line 55 of file FWExpressionException.h.
Referenced by column().
|
private |
Definition at line 54 of file FWExpressionException.h.
Referenced by what().