some additions to pR 1794:
add a special XMLAttributeError class to indicate an error when accessing a missing attribute in PropertyContainer::Restore make error handling more flexible
This commit is contained in:
@@ -1448,6 +1448,7 @@ void Application::initTypes(void)
|
||||
new ExceptionProducer<Base::AbortException>;
|
||||
new ExceptionProducer<Base::XMLBaseException>;
|
||||
new ExceptionProducer<Base::XMLParseException>;
|
||||
new ExceptionProducer<Base::XMLAttributeError>;
|
||||
new ExceptionProducer<Base::FileException>;
|
||||
new ExceptionProducer<Base::FileSystemError>;
|
||||
new ExceptionProducer<Base::BadFormatError>;
|
||||
|
||||
Reference in New Issue
Block a user