Unicorn XML Toolkit
Version 1.00.00

Namespace EcmaScript
Class CParseError

class CParseError: public IException {
public:
    CParseError();
    ~CParseError();
public:
    CString ToString();
    };

The exception thrown on ECMAScript parse errors.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
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

CParseError();

Constructs the parse error.

~CParseError

~CParseError();

Destroys the parse error.

Function Detail

ToString

CString ToString();

Returns the string representation of this parse error.

Returns:
the string representation of this parse error

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

Copyright 1999-2001 Unicorn Enterprises SA.
All Rights Reserved.