Xalan-C++ API Documentation

The Xalan C++ XSLT Processor Version 1.9

Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

XercesDOMException.hpp

Go to the documentation of this file.
00001 /*
00002  * Copyright 1999-2004 The Apache Software Foundation.
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *     http://www.apache.org/licenses/LICENSE-2.0
00009  *
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016 #if !defined(XERCESDOMEXCEPTION_HEADER_GUARD_1357924680)
00017 #define XERCESDOMEXCEPTION_HEADER_GUARD_1357924680
00018 
00019 
00020 
00021 #include <xalanc/XercesParserLiaison/XercesParserLiaisonDefinitions.hpp>
00022 
00023 
00024 
00025 #if XERCES_VERSION_MAJOR >= 2
00026 #include <xercesc/dom/deprecated/DOM_DOMException.hpp>
00027 #include <xercesc/dom/DOMException.hpp>
00028 #else
00029 #include <xercesc/dom/DOM_DOMException.hpp>
00030 #endif
00031 
00032 
00033 
00034 #include <xalanc/XalanDOM/XalanDOMException.hpp>
00035 
00036 
00037 
00038 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
00039 #include <xalanc/XercesParserLiaison/Deprecated/XercesBridgeTypes.hpp>
00040 #endif
00041 #include <xalanc/XercesParserLiaison/XercesWrapperTypes.hpp>
00042 
00043 
00044 
00045 XALAN_CPP_NAMESPACE_BEGIN
00046 
00047 
00048 
00049 class XALAN_XERCESPARSERLIAISON_EXPORT XercesDOMException : public XalanDOMException
00050 {
00051 public:
00052 
00055 
00061     explicit
00062     XercesDOMException(ExceptionCode    code = UNKNOWN_ERR);
00063 
00064 #if defined(XALAN_BUILD_DEPRECATED_DOM_BRIDGE)
00065 
00074     XercesDOMException(const DOM_DOMExceptionType&  theException);
00075 #endif
00076 
00077 #if XERCES_VERSION_MAJOR >= 2
00078 
00084     XercesDOMException(const DOMExceptionType&  theException);
00085 
00086 #endif
00087 
00093     XercesDOMException(const XercesDOMException&    theSource);
00094 
00096 
00098 
00102     virtual
00103     ~XercesDOMException();
00105 
00106 private:
00107 };
00108 
00109 
00110 
00111 XALAN_CPP_NAMESPACE_END
00112 
00113 
00114 
00115 #endif  // !defined(XERCESDOMEXCEPTION_HEADER_GUARD_1357924680)

Interpreting class diagrams

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

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