fw4spl
fwRuntime::RuntimeException Struct Reference

Defines the runtime exception class. More...

#include <RuntimeException.hpp>

+ Inheritance diagram for fwRuntime::RuntimeException:
+ Collaboration diagram for fwRuntime::RuntimeException:

Public Member Functions

FWRUNTIME_API RuntimeException (const RuntimeException &exception) noexcept
 Copy constructor. More...
 
FWRUNTIME_API RuntimeException (const std::string &message) noexcept
 Constructor. More...
 
virtual FWRUNTIME_API ~RuntimeException () noexcept
 Destructor : does nothing.
 
- Public Member Functions inherited from fwCore::Exception
FWCORE_API Exception (const std::string &err)
 

Detailed Description

Defines the runtime exception class.

Date
2004-2009

Definition at line 28 of file RuntimeException.hpp.

Constructor & Destructor Documentation

fwRuntime::RuntimeException::RuntimeException ( const RuntimeException exception)
noexcept

Copy constructor.

Parameters
[in]exceptionan exception instance to copy

Definition at line 16 of file RuntimeException.cpp.

References SLM_WARN.

fwRuntime::RuntimeException::RuntimeException ( const std::string &  message)
noexcept

Constructor.

Parameters
[in]messagea string containing the exception message

Definition at line 23 of file RuntimeException.cpp.

References SLM_WARN.


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