1 #ifndef EXCEPTION_BASE_HPP
2 #define EXCEPTION_BASE_HPP
4 #include <Poco/Exception.h>
5 #include <Poco/SharedPtr.h>
15 std::vector<Poco::SharedPtr<ExceptionBase> >
expVector;
20 virtual const char *
what()
const throw() {
return Poco::Exception::message().c_str();}