|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |
class CEcmaScriptComponentException: public IException { public: enum { invalidArgumentCount, invalidArgumentType, invalidQualifiedNameSyntax, undefinedInterfaceName, unsupportedComponentPlatform, resourceRetrievalError, resourceParsingError, componentObjectRequired, wideStringNotAllowed }; public: CEcmaScriptComponentException(int nCode); CEcmaScriptComponentException(int nCode, const CString &strArg); ~CEcmaScriptComponentException(); public: CString ToString(); };
The exception thrown by ECMAScript component-based extensions.
Every exception of this class is assigned an integer exception code. Allowed values for exception codes are specified by the anonymous enumeration contained in this class declaration.
An optional informational string may be associated with the exception.
Constructor/Destructor Summary | |
CEcmaScriptComponentException
(int nCode);
����������Constructs the exception. |
|
CEcmaScriptComponentException
(int nCode, const CString &strArg);
����������Constructs the exception with the specified informational string. |
|
~CEcmaScriptComponentException
();
����������Destroys the exception. |
Function Summary | |
CString
|
ToString
();
����������Returns the string representation of this exception. |
Constructor/Destructor Detail |
CEcmaScriptComponentException(int nCode);
Constructs the exception.
nCode
- the exception codeCEcmaScriptComponentException(int nCode, const CString &strArg);
Constructs the exception with the specified informational string.
nCode
- the exception codestrArg
- the informational string~CEcmaScriptComponentException();
Destroys the exception.
Function Detail |
CString ToString();
Returns the string representation of this exception.
|
Unicorn XML Toolkit Version 1.00.00 |
|||||||||
�PREV CLASS�� NEXT CLASS | FRAMES��NO FRAMES | |||||||||
SUMMARY: � CONSTR �|� FUNCTION �|�DATA | DETAIL: � CONSTR �|� FUNCTION �|�DATA |