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

#include "Exception.h"

Inheritance diagram for ErrorException:

Public Member Functions

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

Constructor & Destructor Documentation

◆ ErrorException() [1/3]

ErrorException::ErrorException ( )
inline

Default constructor.

◆ ErrorException() [2/3]

ErrorException::ErrorException ( const char * _what)

Assignment constructor.

Parameters
_whatThe exception text

◆ ErrorException() [3/3]

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

Copy constructor.

Parameters
Theother exception

◆ ~ErrorException()

virtual ErrorException::~ErrorException ( )
throw ( )
inlinevirtual

Deconstructor.


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