Ipopt  trunk
Public Member Functions | Private Attributes
MatlabException Class Reference

#include <matlabexception.hpp>

+ Inheritance diagram for MatlabException:

List of all members.

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::MatlabException ( const char *  message) throw ()
MatlabException::~MatlabException ( ) throw () [inline]

Definition at line 29 of file matlabexception.hpp.

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

Member Function Documentation

MatlabException& MatlabException::operator= ( const MatlabException source)
virtual const char* MatlabException::what ( ) const throw () [inline, virtual]

Definition at line 38 of file matlabexception.hpp.


Member Data Documentation

Definition at line 38 of file matlabexception.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines