Now you can download a copy of these docs so you can use them offline! Download now
ClientConnectionState_Error Class Reference

#include <ClientConnectionState.h>

Inheritance diagram for ClientConnectionState_Error:
Collaboration diagram for ClientConnectionState_Error:

Public Member Functions

 ClientConnectionState_Error (std::exception &e)
 
std::exception & getException ()
 
virtual const char * toString ()
 

Additional Inherited Members

- Static Public Attributes inherited from ClientConnectionState
static ClientConnectionState DISCONNECTED_FROM_SERVER
 
static ClientConnectionState CONNECTED_TO_SERVER
 
static ClientConnectionState SENT_HELLO_TO_SERVER
 
static ClientConnectionState IN_SYNC_WITH_SERVER
 
- Protected Member Functions inherited from ClientConnectionState
 ClientConnectionState (const char *name)
 

Detailed Description

Represents that the client is in an error state

Author
Mitchell

Definition at line 81 of file ClientConnectionState.h.

Constructor & Destructor Documentation

ClientConnectionState_Error::ClientConnectionState_Error ( std::exception &  _e)

Create a new error state

Parameters
e

Definition at line 56 of file ClientConnectionState.cpp.

Member Function Documentation

std::exception & ClientConnectionState_Error::getException ( )
Returns
the exception that caused the client to enter an error state

Definition at line 63 of file ClientConnectionState.cpp.


The documentation for this class was generated from the following files:

Generated on Sat Apr 26 2014 12:26:45 for WPILibC++ by doxygen 1.8.6