|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
\hypertarget{class_socket_exception}{\section{Referencia de la Clase Socket\-Exception}
\label{class_socket_exception}\index{Socket\-Exception@{Socket\-Exception}}
}
Clase de Excepción de Sockets.
{\ttfamily \#include $<$Socket\-Exception.\-h$>$}
\subsection*{Métodos públicos}
\begin{DoxyCompactItemize}
\item
\hyperlink{class_socket_exception_a06573084bad8aca1443281c0970fe033}{Socket\-Exception} (string m)
\begin{DoxyCompactList}\small\item\em Constructor de la clase. \end{DoxyCompactList}\item
\hyperlink{class_socket_exception_a659557c899329aea01977c980c4db9b9}{$\sim$\-Socket\-Exception} ()
\item
string \hyperlink{class_socket_exception_ae160a594055812694ac93f7118c4af1c}{description} ()
\begin{DoxyCompactList}\small\item\em Getter del atributo message. \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection*{Atributos privados}
\begin{DoxyCompactItemize}
\item
string \hyperlink{class_socket_exception_a43f3472f1433552059ffeb9a251a9b76}{message}
\begin{DoxyCompactList}\small\item\em Mensaje asociado a la excepción producida. \end{DoxyCompactList}\end{DoxyCompactItemize}
\subsection{Descripción detallada}
Clase de Excepción de Sockets.
Definición de las excepciones lanzadas por la librería de comunicación T\-C\-P/\-I\-P
\subsection{Documentación del constructor y destructor}
\hypertarget{class_socket_exception_a06573084bad8aca1443281c0970fe033}{\index{Socket\-Exception@{Socket\-Exception}!Socket\-Exception@{Socket\-Exception}}
\index{Socket\-Exception@{Socket\-Exception}!SocketException@{Socket\-Exception}}
\subsubsection[{Socket\-Exception}]{\setlength{\rightskip}{0pt plus 5cm}Socket\-Exception\-::\-Socket\-Exception (
\begin{DoxyParamCaption}
\item[{string}]{m}
\end{DoxyParamCaption}
)\hspace{0.3cm}{\ttfamily [inline]}}}\label{class_socket_exception_a06573084bad8aca1443281c0970fe033}
Constructor de la clase.
Inicializa el mensaje
\begin{DoxyParams}{Parámetros}
{\em m} & Mensaje inicial \\
\hline
\end{DoxyParams}
\hypertarget{class_socket_exception_a659557c899329aea01977c980c4db9b9}{\index{Socket\-Exception@{Socket\-Exception}!$\sim$\-Socket\-Exception@{$\sim$\-Socket\-Exception}}
\index{$\sim$\-Socket\-Exception@{$\sim$\-Socket\-Exception}!SocketException@{Socket\-Exception}}
\subsubsection[{$\sim$\-Socket\-Exception}]{\setlength{\rightskip}{0pt plus 5cm}Socket\-Exception\-::$\sim$\-Socket\-Exception (
\begin{DoxyParamCaption}
{}
\end{DoxyParamCaption}
)\hspace{0.3cm}{\ttfamily [inline]}}}\label{class_socket_exception_a659557c899329aea01977c980c4db9b9}
\subsection{Documentación de las funciones miembro}
\hypertarget{class_socket_exception_ae160a594055812694ac93f7118c4af1c}{\index{Socket\-Exception@{Socket\-Exception}!description@{description}}
\index{description@{description}!SocketException@{Socket\-Exception}}
\subsubsection[{description}]{\setlength{\rightskip}{0pt plus 5cm}string Socket\-Exception\-::description (
\begin{DoxyParamCaption}
{}
\end{DoxyParamCaption}
)\hspace{0.3cm}{\ttfamily [inline]}}}\label{class_socket_exception_ae160a594055812694ac93f7118c4af1c}
Getter del atributo message.
Devuelve el mensaje asociado a la excepción producida
\subsection{Documentación de los datos miembro}
\hypertarget{class_socket_exception_a43f3472f1433552059ffeb9a251a9b76}{\index{Socket\-Exception@{Socket\-Exception}!message@{message}}
\index{message@{message}!SocketException@{Socket\-Exception}}
\subsubsection[{message}]{\setlength{\rightskip}{0pt plus 5cm}string Socket\-Exception\-::message\hspace{0.3cm}{\ttfamily [private]}}}\label{class_socket_exception_a43f3472f1433552059ffeb9a251a9b76}
Mensaje asociado a la excepción producida.
La documentación para esta clase fue generada a partir del siguiente fichero\-:\begin{DoxyCompactItemize}
\item
|