bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: C++ exceptions in persistent streams (patch!)


From: erik_ohrnberger
Subject: RE: C++ exceptions in persistent streams (patch!)
Date: Tue, 7 Feb 2006 09:16:59 -0500

While reviewing the code in engine.cpp, I noticed that there were multiple
types of exceptions:

        ost::Exceptions
                |
                V
        ost::PersistException
                |
                V
        ost::Engine::Exception

It seems to be that Engine::Engine is the only method that throws a
PersistException.  Shouldn't it also throw an Engine::Exception for
consistency?






reply via email to

[Prev in Thread] Current Thread [Next in Thread]