Ocean
Ocean::NotImplementedException Class Reference

Definition of a base exception for not implemented code. More...

Inheritance diagram for Ocean::NotImplementedException:

Public Member Functions

 NotImplementedException ()
 Creates a new exception for not implemented code without any message. More...
 
 NotImplementedException (const char *message)
 Creates a new exception for not implemented code with a message. More...
 
 NotImplementedException (const std::string &message)
 Creates a new exception for not implemented code with a message. More...
 
- Public Member Functions inherited from Ocean::OceanException
 OceanException ()=default
 Creates a new OceanException object without any message. More...
 
 OceanException (OceanException &&exception) noexcept
 Move constructor. More...
 
 OceanException (const OceanException &exception) noexcept
 Copy constructor. More...
 
 OceanException (const char *message)
 Creates a new OceanException object with a message. More...
 
 OceanException (const std::string &message)
 Creates a new OceanException object with a message. More...
 
 ~OceanException () override
 Destructs an exception object. More...
 
const char * what () const noexcept override
 Returns the exception message. More...
 
OceanExceptionoperator= (OceanException &&exception) noexcept
 Move operator. More...
 
OceanExceptionoperator= (const OceanException &exception) noexcept
 Copy operator. More...
 

Detailed Description

Definition of a base exception for not implemented code.

Constructor & Destructor Documentation

◆ NotImplementedException() [1/3]

Ocean::NotImplementedException::NotImplementedException ( )

Creates a new exception for not implemented code without any message.

◆ NotImplementedException() [2/3]

Ocean::NotImplementedException::NotImplementedException ( const char *  message)
explicit

Creates a new exception for not implemented code with a message.

Parameters
messageException message

◆ NotImplementedException() [3/3]

Ocean::NotImplementedException::NotImplementedException ( const std::string &  message)
explicit

Creates a new exception for not implemented code with a message.

Parameters
messageException message

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