ROSE
0.11.145.0
|
Base class for exceptions thrown by loaders.
Definition at line 80 of file BinaryLoader.h.
#include <Rose/BinaryAnalysis/BinaryLoader.h>
Public Member Functions | |
Exception (const std::string &reason) | |
Construcor that takes a message. More... | |
void | print (std::ostream &) const |
Emit the error message to an output stream. More... | |
![]() | |
Exception (const std::string &s) | |
Construct an exception with an error message. More... | |
Friends | |
std::ostream & | operator<< (std::ostream &, const Exception &) |
|
inlineexplicit |
Construcor that takes a message.
Definition at line 83 of file BinaryLoader.h.
void Rose::BinaryAnalysis::BinaryLoader::Exception::print | ( | std::ostream & | ) | const |
Emit the error message to an output stream.