CAPD::DynSys Library  6.0.0
capd::dynsys::SolverException< VectorType > Class Template Reference

#include <capd/dynsys/SolverException.h>

Public Types

typedef VectorType::ScalarType ScalarType
 

Public Member Functions

 SolverException (const std::string &info, const ScalarType &currentTime, const VectorType &_V, const ScalarType &S)
 
 ~SolverException () throw ()
 
const char * what () const throw ()
 

Public Attributes

VectorType V
 
ScalarType currentTime
 
ScalarType step
 
std::string message
 

Member Typedef Documentation

◆ ScalarType

template<typename VectorType >
typedef VectorType::ScalarType capd::dynsys::SolverException< VectorType >::ScalarType

Constructor & Destructor Documentation

◆ SolverException()

template<typename VectorType >
capd::dynsys::SolverException< VectorType >::SolverException ( const std::string &  info,
const ScalarType currentTime,
const VectorType &  _V,
const ScalarType S 
)
inline

◆ ~SolverException()

template<typename VectorType >
capd::dynsys::SolverException< VectorType >::~SolverException ( )
throw (
)
inline

Member Function Documentation

◆ what()

template<typename VectorType >
const char* capd::dynsys::SolverException< VectorType >::what ( ) const
throw (
)
inline

Member Data Documentation

◆ currentTime

template<typename VectorType >
ScalarType capd::dynsys::SolverException< VectorType >::currentTime

◆ message

template<typename VectorType >
std::string capd::dynsys::SolverException< VectorType >::message

◆ step

template<typename VectorType >
ScalarType capd::dynsys::SolverException< VectorType >::step

◆ V

template<typename VectorType >
VectorType capd::dynsys::SolverException< VectorType >::V

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