List of all members | Public Member Functions | Protected Attributes
casadi::KeyboardInterruptException Class Reference

#include <exception.hpp>

Detailed Description

Definition at line 98 of file exception.hpp.

Inheritance diagram for casadi::KeyboardInterruptException:
Inheritance graph
[legend]

Public Member Functions

 KeyboardInterruptException ()
 Default constructor. More...
 
 ~KeyboardInterruptException () throw ()
 Destructor. More...
 
const char * what () const override throw ()
 Display error. More...
 

Protected Attributes

std::string msg_
 

Constructor & Destructor Documentation

◆ KeyboardInterruptException()

casadi::KeyboardInterruptException::KeyboardInterruptException ( )
inline

Definition at line 101 of file exception.hpp.

◆ ~KeyboardInterruptException()

casadi::KeyboardInterruptException::~KeyboardInterruptException ( )
throw (
)
inline

Definition at line 103 of file exception.hpp.

Member Function Documentation

◆ what()

const char* casadi::CasadiException::what ( ) const
throw (
)
inlineoverrideinherited

Definition at line 90 of file exception.hpp.

Member Data Documentation

◆ msg_

std::string casadi::CasadiException::msg_
protectedinherited

Definition at line 95 of file exception.hpp.


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