P4C
The P4 Compiler
|
This class indicates a bug in the compiler. More...
#include <exceptions.h>
Public Member Functions | |
template<typename... Args> | |
CompilerBug (const char *format, Args &&...args) | |
template<typename... Args> | |
CompilerBug (int line, const char *file, const char *format, Args &&...args) | |
Public Member Functions inherited from P4::Util::P4CExceptionBase | |
template<typename... Args> | |
P4CExceptionBase (const char *format, Args &&...args) | |
const char * | what () const noexcept |
Additional Inherited Members | |
Protected Member Functions inherited from P4::Util::P4CExceptionBase | |
void | traceCreation () |
Protected Attributes inherited from P4::Util::P4CExceptionBase | |
std::string | message |
This class indicates a bug in the compiler.