WPILibC++
unspecified
|
Error object represents a library error. More...
#include <Error.h>
Public Types | |
typedef int | Code |
Public Member Functions | |
Error (const Error &)=delete | |
Error & | operator= (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 ErrorBase * | GetOriginatingObject () const |
double | GetTimestamp () const |
void | Clear () |
void | Set (Code code, llvm::StringRef contextMessage, llvm::StringRef filename, llvm::StringRef function, int lineNumber, const ErrorBase *originatingObject) |
Error object represents a library error.