Otawa  0.10
otawa::FeatureNotFound Class Reference

#include <otawa/proc/DynFeature.h>

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

Public Member Functions

 FeatureNotFound (string name)
 Build the exception. More...
 
const stringname (void) const
 Get the name of the feature that has caused this exception. More...
 
virtual String message (void)
 

Private Attributes

string _name
 

Constructor & Destructor Documentation

otawa::FeatureNotFound::FeatureNotFound ( string  name)

Build the exception.

Parameters
nameName of the feature that can not be resolved.

Member Function Documentation

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

Get the name of the feature that has caused this exception.

Returns
Unresolved feature name.

References _name.

Member Data Documentation

string otawa::FeatureNotFound::_name
private

Referenced by name().


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