Otawa  0.10
otawa::ProcessorNotFound Class Reference

This exception is thrown when a code processor can not be found. More...

#include <otawa/proc/DynProcessor.h>

Inheritance diagram for otawa::ProcessorNotFound:
otawa::Exception elm::MessageException elm::Exception

Public Member Functions

 ProcessorNotFound (string name)
 Build the exception. More...
 
const stringname (void) const
 Get the name of the not found processor. More...
 
virtual String message (void)
 

Private Attributes

string _name
 

Detailed Description

This exception is thrown when a code processor can not be found.

Constructor & Destructor Documentation

otawa::ProcessorNotFound::ProcessorNotFound ( string  name)

Build the exception.

Parameters
nameName of not found processor.

Member Function Documentation

const string & otawa::ProcessorNotFound::name ( void  ) const
inline

Get the name of the not found processor.

Returns
Not found processor.

References _name.

Member Data Documentation

string otawa::ProcessorNotFound::_name
private

Referenced by name().


The documentation for this class was generated from the following files: