|
| | MqException (const string &message, int reasonCode, EventType::EventTypeEnum eventType=EventType::Error, NameValueCollection *additionalInfo=NULL) |
| |
| | ~MqException () throw () |
| |
| int | getReasonCode () const |
| |
| | AppException (const string &message, const EventType::EventTypeEnum eventType=EventType::Error, const NameValueCollection *additionalInfo=NULL) |
| |
| | AppException (const string &message, const std::exception &innerException, const EventType::EventTypeEnum eventType=EventType::Error, const NameValueCollection *additionalInfo=NULL) |
| |
| | AppException (const AppException &) |
| |
| | AppException () |
| |
| virtual | ~AppException () throw () |
| | destructor (virtual) More...
|
| |
| const char * | what () const throw () |
| |
| EventType | getEventType (void) const |
| |
| void | setEventType (const EventType::EventTypeEnum eventType) |
| |
| EventSeverity | getSeverity (void) const |
| |
| void | setSeverity (const EventSeverity::EventSeverityEnum eventSeverity) |
| |
| string | getMessage (void) const |
| |
| void | setMessage (const string &message) |
| |
| string | getException (void) const |
| |
| void | setException (const std::exception &innerException) |
| |
| void | setException (const string &innerException) |
| |
| string | getPid () const |
| |
| void | setPid (const string &value) |
| |
| string | getCreatedDateTime () const |
| |
| void | setCreatedDateTime (const string &datetime) |
| |
| string | getCorrelationId () const |
| |
| void | setCorrelationId (const string &correlid) |
| |
| string | getMachineName () const |
| |
| void | setMachineName (const string &machine) |
| |
| const NameValueCollection * | getAdditionalInfo (void) const |
| |
| string | getAdditionalInfo (const string &name) const |
| |
| void | setAdditionalInfo (const NameValueCollection *additionalInfo) |
| |
| void | setAdditionalInfo (const string &name, const string &value) |
| |
| void | addAdditionalInfo (const string &name, const string &value) |
| |
| void | InitDefaultValues () |
| |
| AppException & | operator= (const AppException &ex) |
| |