WPILibC++  unspecified
frc::Error Class Reference

Error object represents a library error. More...

#include <Error.h>

Public Types

typedef int Code
 

Public Member Functions

 Error (const Error &)=delete
 
Erroroperator= (const Error &)=delete
 
void Clone (const Error &error)
 
Code GetCode () const
 
std::string GetMessage () const
 
std::string GetFilename () const
 
std::string GetFunction () const
 
int GetLineNumber () const
 
const ErrorBaseGetOriginatingObject () const
 
double GetTimestamp () const
 
void Clear ()
 
void Set (Code code, const wpi::Twine &contextMessage, wpi::StringRef filename, wpi::StringRef function, int lineNumber, const ErrorBase *originatingObject)
 

Detailed Description

Error object represents a library error.


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