Ipopt  3.11.9
Public Member Functions | Private Attributes | List of all members
MatlabException Class Reference

#include <matlabexception.hpp>

+ Inheritance diagram for MatlabException:

Public Member Functions

 MatlabException (const char *message) throw ()
 
 ~MatlabException () throw ()
 
 MatlabException (const MatlabException &source) throw ()
 
MatlabExceptionoperator= (const MatlabException &source)
 
virtual const char * what () const throw ()
 

Private Attributes

char message [ME_BUFLEN]
 

Detailed Description

Definition at line 26 of file matlabexception.hpp.

Constructor & Destructor Documentation

◆ MatlabException() [1/2]

MatlabException::MatlabException ( const char *  message)
throw (
)

◆ ~MatlabException()

MatlabException::~MatlabException ( )
throw (
)
inline

Definition at line 29 of file matlabexception.hpp.

◆ MatlabException() [2/2]

MatlabException::MatlabException ( const MatlabException source)
throw (
)

Member Function Documentation

◆ operator=()

MatlabException& MatlabException::operator= ( const MatlabException source)

◆ what()

virtual const char* MatlabException::what ( ) const
throw (
)
inlinevirtual

Definition at line 38 of file matlabexception.hpp.

Member Data Documentation

◆ message

char MatlabException::message[ME_BUFLEN]
private

Definition at line 41 of file matlabexception.hpp.


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