Base class for all Exceptions used in FWBuilder project
Inheritance:
Public Methods
-
FWException(const string &reason)
- Creates exception with given reason
-
virtual ~FWException()
-
virtual const string& toString()
- Returns textual representation of this exception
-
map<string, string> & getProperties()
Protected Fields
-
string reason
-
map<string, string> properties
Documentation
Base class for all Exceptions used in FWBuilder project
string reason
map<string, string> properties
FWException(const string &reason)
-
Creates exception with given reason
virtual ~FWException()
virtual const string& toString()
-
Returns textual representation of this exception
map<string, string> & getProperties()
- Direct child classes:
- SyncQueueDoneException
FWNotSupportedException
Alphabetic index HTML hierarchy of classes or Java
This page was generated with the help of DOC++.