1#ifndef ROSE_BinaryAnalysis_Architecture_Exception_H
2#define ROSE_BinaryAnalysis_Architecture_Exception_H
3#include <featureTests.h>
4#ifdef ROSE_ENABLE_BINARY_ANALYSIS
6#include <Rose/Exception.h>
11namespace BinaryAnalysis {
Base class for exceptions thrown by architecture definitions.
Exception(const std::string &message)
Constructs exception with message.
Error when an architecture is not found.
NotFound(const std::string &message)
Constructs exception with message.
Base class for all ROSE exceptions.
const char * Architecture(int64_t)
Convert Rose::BinaryAnalysis::Disassembler::Mips::Decoder::Architecture enum constant to a string.