Fawkes API Fawkes Development Version

ViscaException Class Reference

Visca exception. More...

#include "visca.h"

Inheritance diagram for ViscaException:

List of all members.

Public Member Functions

 ViscaException (const char *msg)
 Constructor.
 ViscaException (const char *msg, const int _errno)
 Constructor with errno.

Detailed Description

Visca exception.

Definition at line 37 of file visca.h.


Constructor & Destructor Documentation

ViscaException::ViscaException ( const char *  msg)

Constructor.

Parameters:
msgmessage of exception.

Definition at line 43 of file visca.cpp.

ViscaException::ViscaException ( const char *  msg,
const int  _errno 
)

Constructor with errno.

Parameters:
msgmessage prefix
_errnoerrno for additional error information.

Definition at line 52 of file visca.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends