P4C
The P4 Compiler
 
Loading...
Searching...
No Matches
Util::CompilationError Class Reference
Inheritance diagram for Util::CompilationError:

Public Member Functions

template<typename... T>
 CompilationError (const char *format, T... args)
 
- Public Member Functions inherited from Util::P4CExceptionBase
template<typename... T>
 P4CExceptionBase (const char *format, T... args)
 
const char * what () const noexcept
 

Additional Inherited Members

- Protected Member Functions inherited from Util::P4CExceptionBase
void traceCreation ()
 
- Protected Attributes inherited from Util::P4CExceptionBase
cstring message
 

Detailed Description

This class indicates a compilation error that we do not want to recover from. This may be due to a malformed input program.