ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
BinaryLoader::Exception Class Reference

Base class for exceptions thrown by loaders. More...

#include <BinaryLoader.h>

Inheritance diagram for BinaryLoader::Exception:
Collaboration diagram for BinaryLoader::Exception:

Public Member Functions

 Exception (const std::string &reason)
 
void print (std::ostream &) const
 

Friends

std::ostream & operator<< (std::ostream &, const Exception &)
 

Detailed Description

Base class for exceptions thrown by loaders.

Definition at line 73 of file BinaryLoader.h.

Constructor & Destructor Documentation

BinaryLoader::Exception::Exception ( const std::string &  reason)
inline

Definition at line 75 of file BinaryLoader.h.

Member Function Documentation

void BinaryLoader::Exception::print ( std::ostream &  ) const

Friends And Related Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const Exception  
)
friend

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