Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.10

XercesDOMException.hpp
Go to the documentation of this file.
1 /*
2  * Copyright 1999-2004 The Apache Software Foundation.
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 #if !defined(XERCESDOMEXCEPTION_HEADER_GUARD_1357924680)
17 #define XERCESDOMEXCEPTION_HEADER_GUARD_1357924680
18 
19 
20 
22 
23 
24 
25 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
26 #include <xercesc/dom/deprecated/DOM_DOMException.hpp>
27 #endif
28 #include <xercesc/dom/DOMException.hpp>
29 
30 
31 
33 
34 
35 
36 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
38 #endif
40 
41 
42 
43 XALAN_CPP_NAMESPACE_BEGIN
44 
45 
46 
48 {
49 public:
50 
53 
59  explicit
60  XercesDOMException(ExceptionCode code = UNKNOWN_ERR);
61 
62 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
63 
72  XercesDOMException(const DOM_DOMExceptionType& theException);
73 #endif
74 
75 #if XERCES_VERSION_MAJOR >= 2
76 
82  XercesDOMException(const DOMExceptionType& theException);
83 
84 #endif
85 
91  XercesDOMException(const XercesDOMException& theSource);
92 
94 
96 
100  virtual
103 
104 private:
105 };
106 
107 
108 
109 XALAN_CPP_NAMESPACE_END
110 
111 
112 
113 #endif // !defined(XERCESDOMEXCEPTION_HEADER_GUARD_1357924680)
XERCES_CPP_NAMESPACE_QUALIFIER DOM_DOMException DOM_DOMExceptionType
Definition: XercesBridgeTypes.hpp:76
#define XALAN_XERCESPARSERLIAISON_EXPORT
Definition: XercesParserLiaisonDefinitions.hpp:37
Definition: XalanDOMException.hpp:37
ExceptionCode
Definition: XalanDOMException.hpp:43
XERCES_CPP_NAMESPACE_QUALIFIER DOMException DOMExceptionType
Definition: XercesWrapperTypes.hpp:70
Definition: XercesDOMException.hpp:47

Interpreting class diagrams

Doxygen and GraphViz are used to generate this API documentation from the Xalan-C header files.

dot

Xalan-C++ XSLT Processor Version 1.10
Copyright © 1999-2004 The Apache Software Foundation. All Rights Reserved.

Apache Logo