Public Member Functions | Protected Attributes

wali::Exception Class Reference

List of all members.

Public Member Functions

 Exception ()
 Exception (const std::string &s)
virtual ~Exception ()
virtual std::ostream & print (std::ostream &o) const
const std::string & message () const

Protected Attributes

std::string msg

Constructor & Destructor Documentation

wali::Exception::Exception (  ) 
wali::Exception::Exception ( const std::string &  s  ) 
wali::Exception::~Exception (  )  [virtual]

Member Function Documentation

std::ostream & wali::Exception::print ( std::ostream &  o  )  const [virtual]

overrides (implements) Printable::print method

Parameters:
o the std::ostream this is written to
Returns:
std::ostream passed in
See also:
Printable

Implements wali::Printable.

References msg.

const std::string& wali::Exception::message (  )  const
Returns:
the msg this Exception holds

References msg.


Member Data Documentation

std::string wali::Exception::msg [protected]

Referenced by message(), and print().


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