Unicorn XML Toolkit
Version 1.00.00

Namespace Xslt
Class COutputException

class COutputException: public IException {
public:
    enum {
        unsupportedOutputMethod,
        unsupportedEncoding,
        invalidVersionNum,
        invalidEncName,
        misplacedAttribute,
        misplacedComment,
        misplacedProcessingInstruction,
        defaultNamespaceNotAllowed,
        invalidSurrogatePair,
        unsupportedCharacter
        };
public:
    COutputException(int nCode);
    COutputException(int nCode, const CString &strArg);
    COutputException(
        int nCode, 
        const CString &strArg1, 
        const CString &strArg2);
public:
    CString ToString();
    };

The exception thrown by the XSLT output engine.

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
COutputException (int nCode);
����������Constructs the output exception.
COutputException (int nCode, const CString &strArg);
����������Constructs the output exception with one informational string.
COutputException (int nCode, const CString &strArg1, const CString &strArg2);
����������Constructs the output exception with two informational strings.

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

Constructor/Destructor Detail

COutputException

COutputException(int nCode);

Constructs the output exception.

Parameters:
nCode - the exception code

COutputException

COutputException(int nCode, const CString &strArg);

Constructs the output exception with one informational string.

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

COutputException

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

Constructs the output exception with two informational strings.

Parameters:
nCode - the exception code
strArg1 - the first informational string
strArg2 - the second informational string
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.