Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Exception class for non-printable parameter types, such as enum class/std::vector and many more which don't define an operator<<. Thrown during runtime when trying to print a parameter list with a non-printable parameter entry. More...
#include <Teuchos_Exceptions.hpp>
Public Member Functions | |
NonprintableTypeException (const std::string &what_arg) | |
![]() | |
ExceptionBase (const std::string &what_arg) | |
Exception class for non-printable parameter types, such as enum class/std::vector and many more which don't define an operator<<. Thrown during runtime when trying to print a parameter list with a non-printable parameter entry.
Definition at line 142 of file Teuchos_Exceptions.hpp.
|
inline |
Definition at line 145 of file Teuchos_Exceptions.hpp.