stromx  0.8.0
Public Member Functions | List of all members
stromx::runtime::Exception Class Reference

Abstract stromx exception. More...

#include <Exception.h>

Inheritance diagram for stromx::runtime::Exception:
stromx::runtime::AccessEmpty stromx::runtime::BadCast stromx::runtime::DataException stromx::runtime::FactoryException stromx::runtime::FileException stromx::runtime::InternalError stromx::runtime::Interrupt stromx::runtime::NoInputFile stromx::runtime::NotImplemented stromx::runtime::OperatorError stromx::runtime::OutOfMemory stromx::runtime::Timeout stromx::runtime::WrongArgument stromx::runtime::WrongState

Public Member Functions

 Exception (const std::string &message)
 
virtual const char * what () const throw ()
 
virtual const std::string & message () const
 
virtual const std::string & callStack () const
 

Detailed Description

Abstract stromx exception.

Constructor & Destructor Documentation

§ Exception()

stromx::runtime::Exception::Exception ( const std::string &  message)
explicit

Constructs an exception.

Member Function Documentation

§ callStack()

virtual const std::string& stromx::runtime::Exception::callStack ( ) const
inlinevirtual

Returns the call stack at the point where the exception was thrown.

§ message()

virtual const std::string& stromx::runtime::Exception::message ( ) const
inlinevirtual

Returns the exception message.


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