|
ROSE 0.11.145.354
|
Base class for exceptions thrown by loaders.
Definition at line 83 of file BinaryLoader.h.
#include <Rose/BinaryAnalysis/BinaryLoader.h>


Public Member Functions | |
| Exception (const std::string &reason) | |
| Construcor that takes a message. | |
| void | print (std::ostream &) const |
| Emit the error message to an output stream. | |
Public Member Functions inherited from Rose::Exception | |
| Exception (const std::string &s) | |
| Construct an exception with an error message. | |
|
inlineexplicit |
Construcor that takes a message.
Definition at line 86 of file BinaryLoader.h.