libalerror  2.8.7.4
 All Classes Namespaces Files Functions Macros Pages
Classes | Namespaces | Macros
alnetworkerror.h File Reference
#include <alerror/config.h>
#include <alerror/alerror.h>
#include <string>

Go to the source code of this file.

Classes

class  AL::ALNetworkError
 ALNetworkError is an exception raised when a network error occur in alcommon. More...
 

Namespaces

 AL
 

Macros

#define _LIBALERROR_ALERROR_ALNETWORKERROR_H_
 
#define ALNETWORKERROR(module, method, description)   AL::ALNetworkError(module, method, description, __FILE__, __LINE__)
 

Detailed Description

Author
Aldebaran Robotics Copyright (c) Aldebaran Robotics 2007, 2011 All Rights Reserved

Definition in file alnetworkerror.h.

Macro Definition Documentation

#define _LIBALERROR_ALERROR_ALNETWORKERROR_H_

Definition at line 12 of file alnetworkerror.h.

#define ALNETWORKERROR (   module,
  method,
  description 
)    AL::ALNetworkError(module, method, description, __FILE__, __LINE__)

Create an ALNetworkError for the method from this module using that description (It will automaticly add file and line context)

Definition at line 25 of file alnetworkerror.h.