class libfwbuilder::FWException

Base class for all Exceptions used in FWBuilder project

Inheritance:


Public Methods

[more] FWException(const string &reason)
Creates exception with given reason
[more]virtual ~FWException()
[more]virtual const string& toString()
Returns textual representation of this exception
[more]map<string, string> & getProperties()

Protected Fields

[more]string reason
[more]map<string, string> properties


Documentation

Base class for all Exceptions used in FWBuilder project
ostring reason

omap<string, string> properties

o FWException(const string &reason)
Creates exception with given reason

ovirtual ~FWException()

ovirtual const string& toString()
Returns textual representation of this exception

omap<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++.