|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CParseError: public IException { public: CParseError(); ~CParseError(); public: CString ToString(); };
The exception thrown on ECMAScript parse errors.
Constructor/Destructor Summary | |
CParseError
();
����������Constructs the parse error. |
|
~CParseError
();
����������Destroys the parse error. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this parse error. |
Constructor/Destructor Detail |
CParseError();
Constructs the parse error.
~CParseError();
Destroys the parse error.
Function Detail |
CString ToString();
Returns the string representation of this parse error.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
� PREV CLASS �� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |