#include <OpmInputError.hpp>

Inheritance diagram for Opm::OpmInputError:
Inheritance graph

Public Member Functions

template<typename ... Args>
 OpmInputError (const std::string &reason, const KeywordLocation &location, const Args &...furtherLocations)
 
 OpmInputError (const std::exception &error, const KeywordLocation &location)
 
const char * what () const throw ()
 

Static Public Member Functions

static std::string format (const std::string &msg_format, const KeywordLocation &loc)
 

Constructor & Destructor Documentation

◆ OpmInputError() [1/2]

template<typename ... Args>
Opm::OpmInputError::OpmInputError ( const std::string reason,
const KeywordLocation &  location,
const Args &...  furtherLocations 
)
inline

◆ OpmInputError() [2/2]

Opm::OpmInputError::OpmInputError ( const std::exception &  error,
const KeywordLocation &  location 
)
inline

Member Function Documentation

◆ format()

static std::string Opm::OpmInputError::format ( const std::string msg_format,
const KeywordLocation &  loc 
)
static

◆ what()

const char * Opm::OpmInputError::what ( ) const
throw (
)
inline

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