Public Member Functions | Static Public Attributes | List of all members
eprosima::fastcdr::exception::BadParamException Class Reference

This class is thrown as an exception when an invalid parameter is being serialized. More...

#include <BadParamException.h>

Inheritance diagram for eprosima::fastcdr::exception::BadParamException:
Inheritance graph
[legend]

Public Member Functions

Cdr_DllAPI BadParamException (BadParamException &&ex) noexcept
 Default move constructor. More...
 
Cdr_DllAPI BadParamException (const BadParamException &ex) noexcept
 Default copy constructor. More...
 
Cdr_DllAPI BadParamException (const char *const &message) noexcept
 Default constructor. More...
 
BadParamExceptionoperator= (BadParamException &&ex) noexcept
 Assigment operation. More...
 
Cdr_DllAPI BadParamExceptionoperator= (const BadParamException &ex) noexcept
 Assigment operation. More...
 
Cdr_DllAPI void raise () const override
 This function throws the object as exception. More...
 
virtual Cdr_DllAPI ~BadParamException () noexcept
 Default destructor. More...
 
- Public Member Functions inherited from eprosima::fastcdr::exception::Exception
virtual const Cdr_DllAPI char * what () const noexcept override
 This function returns the error message. More...
 
virtual Cdr_DllAPI ~Exception () noexcept
 Default destructor. More...
 

Static Public Attributes

static const Cdr_DllAPI char *const BAD_PARAM_MESSAGE_DEFAULT = "Bad parameter"
 Default message used in the library. More...
 

Additional Inherited Members

- Protected Member Functions inherited from eprosima::fastcdr::exception::Exception
Cdr_DllAPI Exception (const char *const &message) noexcept
 Default constructor. More...
 
Cdr_DllAPI Exception (const Exception &ex) noexcept
 Default copy constructor. More...
 
Cdr_DllAPI Exception (Exception &&ex) noexcept
 Default move constructor. More...
 
Cdr_DllAPI Exceptionoperator= (const Exception &ex) noexcept
 Assigment operation. More...
 
Cdr_DllAPI Exceptionoperator= (Exception &&ex) noexcept
 Assigment operation. More...
 

Detailed Description

This class is thrown as an exception when an invalid parameter is being serialized.

Definition at line 27 of file BadParamException.h.

Constructor & Destructor Documentation

◆ BadParamException() [1/3]

BadParamException::BadParamException ( const char *const &  message)
noexcept

Default constructor.

Parameters
messageAn error message. This message pointer is copied.

Definition at line 21 of file BadParamException.cpp.

◆ BadParamException() [2/3]

BadParamException::BadParamException ( const BadParamException ex)
noexcept

Default copy constructor.

Parameters
exBadParamException that will be copied.

Definition at line 27 of file BadParamException.cpp.

◆ BadParamException() [3/3]

BadParamException::BadParamException ( BadParamException &&  ex)
noexcept

Default move constructor.

Parameters
exBadParamException that will be moved.

Definition at line 33 of file BadParamException.cpp.

◆ ~BadParamException()

BadParamException::~BadParamException ( )
virtualnoexcept

Default destructor.

Definition at line 63 of file BadParamException.cpp.

Member Function Documentation

◆ operator=() [1/2]

BadParamException & BadParamException::operator= ( BadParamException &&  ex)
noexcept

Assigment operation.

Parameters
exBadParamException that will be moved.

Definition at line 51 of file BadParamException.cpp.

◆ operator=() [2/2]

BadParamException & BadParamException::operator= ( const BadParamException ex)
noexcept

Assigment operation.

Parameters
exBadParamException that will be copied.

Definition at line 39 of file BadParamException.cpp.

◆ raise()

void BadParamException::raise ( ) const
overridevirtual

This function throws the object as exception.

Implements eprosima::fastcdr::exception::Exception.

Definition at line 67 of file BadParamException.cpp.

Member Data Documentation

◆ BAD_PARAM_MESSAGE_DEFAULT

const char *const BadParamException::BAD_PARAM_MESSAGE_DEFAULT = "Bad parameter"
static

Default message used in the library.

Definition at line 78 of file BadParamException.h.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:30