Unicorn XML Toolkit
Version 1.00.00

Namespace XsltObject
Class CXsltObjectException

class CXsltObjectException: public IException {
public:
    enum {
        invalidNumberOfArguments
        };
public:
    CXsltObjectException(int nCode);
    CXsltObjectException(int nCode, const CString &strArg);
    CXsltObjectException(
        int nCode, 
        const CString &strArg1, 
        const CString &strArg2);
    ~CXsltObjectException();
public:
    CString ToString();
    };

The exception thrown by functions of the extension package.

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.

Optionally, one or two informational strings may be associated with the exception.

Since:
1.00.00
Version:
1.00.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CXsltObjectException (int nCode);
����������Constructs the exception.
CXsltObjectException (int nCode, const CString &strArg);
����������Constructs the exception with one informational string.
CXsltObjectException (int nCode, const CString &strArg1, const CString &strArg2);
����������Constructs the exception with two informational strings.
~CXsltObjectException ();
����������Destroys the exception.

Function Summary
CString ToString ();
����������Returns the string representation of this exception.

Constructor/Destructor Detail

CXsltObjectException

CXsltObjectException(int nCode);

Constructs the exception.

Parameters:
nCode - the exception code

CXsltObjectException

CXsltObjectException(int nCode, const CString &strArg);

Constructs the exception with one informational string.

Parameters:
nCode - the exception code
strArg - the informational string

CXsltObjectException

CXsltObjectException(
    int nCode, 
    const CString &strArg1, 
    const CString &strArg2);

Constructs the exception with two informational strings.

Parameters:
nCode - the exception code
strArg1 - the first informational string
strArg2 - the second informational string

~CXsltObjectException

~CXsltObjectException();

Destroys the exception.

Function Detail

ToString

CString ToString();

Returns the string representation of this exception.

Returns:
the string representation of this exception

Unicorn XML Toolkit
Version 1.00.00


This document was created using Unicorn DOC++.

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