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

#include <Error.h>

Public Types

typedef tRioStatusCode Code
 

Public Member Functions

void Clone (Error &error)
 
Code GetCode () const
 
const char * GetMessage () const
 
const char * GetFilename () const
 
const char * GetFunction () const
 
uint32_t GetLineNumber () const
 
const ErrorBaseGetOriginatingObject () const
 
double GetTime () const
 
void Clear ()
 
void Set (Code code, const char *contextMessage, const char *filename, const char *function, uint32_t lineNumber, const ErrorBase *originatingObject)
 

Static Public Member Functions

static void EnableStackTrace (bool enable)
 
static void EnableSuspendOnError (bool enable)
 

Detailed Description

Error object represents a library error.

Definition at line 21 of file Error.h.


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

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