xmltooling 3.2.4
|
Licensed to the University Corporation for Advanced Internet Development, Inc. More...
Classes | |
class | xmltooling::params |
Wrapper around a variable number of arguments. More... | |
class | xmltooling::namedparams |
Wrapper around a variable number of name/value pairs. More... | |
class | xmltooling::XMLToolingException |
Base exception class, supports parametrized messages and XML serialization. More... | |
class | xmltooling::XMLParserException |
Exceptions related to XML parsing More... | |
class | xmltooling::XMLObjectException |
Exceptions in basic object usage More... | |
class | xmltooling::MarshallingException |
Exceptions during object marshalling More... | |
class | xmltooling::UnmarshallingException |
Exceptions during object unmarshalling More... | |
class | xmltooling::UnknownElementException |
Exceptions due to processing of unknown element content More... | |
class | xmltooling::UnknownAttributeException |
Exceptions due to processing of unknown attributes More... | |
class | xmltooling::UnknownExtensionException |
Exceptions from use of an unrecognized extension/plugin More... | |
class | xmltooling::ValidationException |
Exceptions during object validation More... | |
class | xmltooling::IOException |
Exceptions related to physical input/output errors More... | |
class | xmltooling::XMLSecurityException |
Exceptions related to the XML security layer More... | |
Namespaces | |
namespace | xmltooling |
Public namespace of XML Tooling library. | |
Macros | |
#define | DECL_XMLTOOLING_EXCEPTION(name, linkage, ns, base, desc) |
Declares a derived exception class. More... | |
#define | DECL_XMLTOOLING_EXCEPTION_FACTORY(name, ns) |
Declares a factory function for an exception class. More... | |
#define | REGISTER_XMLTOOLING_EXCEPTION_FACTORY(name, ns) XMLToolingException::registerFactory(#ns"::"#name,name##Factory) |
Registers a factory for an exception class. More... | |
Licensed to the University Corporation for Advanced Internet Development, Inc.
(UCAID) under one or more contributor license agreements. See the NOTICE file distributed with this work for additional information regarding copyright ownership.
UCAID licenses this file to you under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Exception classes.
#define DECL_XMLTOOLING_EXCEPTION | ( | name, | |
linkage, | |||
ns, | |||
base, | |||
desc | |||
) |
Declares a derived exception class.
name | the exception class |
linkage | linkage specification for class |
ns | the exception class C++ namespace |
base | the base class |
desc | documentation comment for class |
#define DECL_XMLTOOLING_EXCEPTION_FACTORY | ( | name, | |
ns | |||
) |
Declares a factory function for an exception class.
name | the exception class name |
ns | the exception class C++ namespace |
#define REGISTER_XMLTOOLING_EXCEPTION_FACTORY | ( | name, | |
ns | |||
) | XMLToolingException::registerFactory(#ns"::"#name,name##Factory) |
Registers a factory for an exception class.
name | the exception class name |
ns | the exception class C++ namespace |