Teuchos - Trilinos Tools Package  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
List of all members
Teuchos::NonprintableTypeException Class Reference

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>

Inheritance diagram for Teuchos::NonprintableTypeException:
Teuchos::ExceptionBase

Detailed Description

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.


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