WPILib 2012
WPILibRoboticsLibraryforFRC
Public Types | Public Member Functions | Static Public Member Functions
Error Class Reference

#include <Error.h>

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.


The documentation for this class was generated from the following files:
 All Classes Functions Variables