OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
WarningException Class Reference

#include "Exception.h"

Inheritance diagram for WarningException:

Public Member Functions

 WarningException ()
 Default constructor.
 
 WarningException (const char *_what)
 Assignment constructor.
 
 WarningException (const std::exception &_other)
 Copy constructor.
 
virtual ~WarningException () throw ()
 Deconstructor.
 

Constructor & Destructor Documentation

◆ WarningException() [1/3]

WarningException::WarningException ( )
inline

Default constructor.

◆ WarningException() [2/3]

WarningException::WarningException ( const char * _what)

Assignment constructor.

Parameters
_whatThe exception text

◆ WarningException() [3/3]

WarningException::WarningException ( const std::exception & _other)

Copy constructor.

Parameters
Theother exception

◆ ~WarningException()

virtual WarningException::~WarningException ( )
throw ( )
inlinevirtual

Deconstructor.


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