Unicorn XML Toolkit
Version 1.50.00

Namespace Uri
Class CUriException

class CUriException: public IException {
public:
    enum {
        missingColon,
        invalidSchemeSyntax,
        invalidOpaquePartSyntax,
        invalidEscapedSyntax,
        invalidTrailingCharacters,
        invalidDotDotSegment
        };
public:
    CUriException(int nCode, const WCHAR *pszArg);
    ~CUriException();
public:
    CString ToString();
    };

The exception thrown when an error occurs during URI processing.

Every exception of this class is assigned an integer exception code and an informational string. Allowed values for exception codes are specified by the anonymous enumeration contained in this class declaration.

Since:
1.00.00
Version:
1.50.00
Author:
Alexey Gokhberg
Constructor/Destructor Summary
CUriException (int nCode, const WCHAR *pszArg);
����������Constructs the exception.
~CUriException ();
����������Destroys the exception.

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

Constructor/Destructor Detail

CUriException

CUriException(int nCode, const WCHAR *pszArg);

Constructs the exception.

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

~CUriException

~CUriException();

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.50.00


This document was created using Unicorn DOC++.

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