Runtime error exception.
More...
#include <frc/Errors.h>
|
| RuntimeError (int32_t code, std::string &&loc, std::string &&stack, std::string &&message) |
|
| RuntimeError (int32_t code, const char *fileName, int lineNumber, const char *funcName, std::string &&stack, std::string &&message) |
|
int32_t | code () const noexcept |
|
const char * | loc () const noexcept |
|
const char * | stack () const noexcept |
|
void | Report () const |
| Reports error to Driver Station (using HAL_SendError). More...
|
|
◆ RuntimeError() [1/2]
frc::RuntimeError::RuntimeError |
( |
int32_t |
code, |
|
|
std::string && |
loc, |
|
|
std::string && |
stack, |
|
|
std::string && |
message |
|
) |
| |
◆ RuntimeError() [2/2]
frc::RuntimeError::RuntimeError |
( |
int32_t |
code, |
|
|
const char * |
fileName, |
|
|
int |
lineNumber, |
|
|
const char * |
funcName, |
|
|
std::string && |
stack, |
|
|
std::string && |
message |
|
) |
| |
◆ code()
int32_t frc::RuntimeError::code |
( |
| ) |
const |
|
inlinenoexcept |
◆ loc()
const char * frc::RuntimeError::loc |
( |
| ) |
const |
|
inlinenoexcept |
◆ Report()
void frc::RuntimeError::Report |
( |
| ) |
const |
Reports error to Driver Station (using HAL_SendError).
◆ stack()
const char * frc::RuntimeError::stack |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this class was generated from the following file: