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

#include <Error.h>

Collaboration diagram for Error:

List of all members.

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 GetLineNumber () const
const ErrorBaseGetOriginatingObject () const
double GetTime () const
void Clear ()
void Set (Code code, const char *contextMessage, const char *filename, const char *function, UINT32 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 Thu Jan 12 2012 22:35:31 for WPILibC++ by doxygen 1.7.1