![]() |
Stan
2.10.0
probability, sampling & optimization
|
Structure for a located exception for standard library exception types that have no what-based constructors. More...
#include <rethrow_located.hpp>
Public Member Functions | |
located_exception () throw () | |
Construct a located exception with no what message. More... | |
located_exception (const std::string &what, const std::string &orig_type) throw () | |
Construct a located exception with the specified what message and specified original type. More... | |
~located_exception () throw () | |
Destroy a located exception. More... | |
const char * | what () const throw () |
Return the character sequence describing the exception, including the original waht message and original type if constructed with such. More... | |
Public Attributes | |
std::string | what_ |
Structure for a located exception for standard library exception types that have no what-based constructors.
E | Type of original exception. |
Definition at line 41 of file rethrow_located.hpp.
|
inline |
Construct a located exception with no what message.
Definition at line 47 of file rethrow_located.hpp.
|
inline |
Construct a located exception with the specified what message and specified original type.
[in] | what | Original what message. |
[in] | orig_type | Original type. |
Definition at line 56 of file rethrow_located.hpp.
|
inline |
Destroy a located exception.
Definition at line 64 of file rethrow_located.hpp.
|
inline |
Return the character sequence describing the exception, including the original waht message and original type if constructed with such.
Definition at line 73 of file rethrow_located.hpp.
std::string stan::lang::located_exception< E >::what_ |
Definition at line 42 of file rethrow_located.hpp.