ARAM  2.2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
aram::ARAMException Class Reference

#include <ARAMException.hpp>

Inheritance diagram for aram::ARAMException:

Public Member Functions

 ARAMException (int, std::string, std::string, std::string)
 
const char * what () const throw ()
 

Detailed Description

ARAM's exceptions

Constructor & Destructor Documentation

aram::ARAMException::ARAMException ( int  l,
std::string  file,
std::string  func,
std::string  m 
)

Constructor

Parameters
[in]intline number
[in]std::stringfile name
[in]std::stringfunction/method name
[in]std::stringcustom error message

Member Function Documentation

const char * aram::ARAMException::what ( ) const
throw (
)

Implements std::exception::what


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