Teuchos - Trilinos Tools Package
Version of the Day
Loading...
Searching...
No Matches
parameterlist
src
Teuchos_XMLFunctionObjectExceptions.hpp
Go to the documentation of this file.
1
// @HEADER
2
// *****************************************************************************
3
// Teuchos: Common Tools Package
4
//
5
// Copyright 2004 NTESS and the Teuchos contributors.
6
// SPDX-License-Identifier: BSD-3-Clause
7
// *****************************************************************************
8
// @HEADER
9
10
#ifndef TEUCHOS_XMLFUNCTIONOBJECTEXCEPTIONS_HPP_
11
#define TEUCHOS_XMLFUNCTIONOBJECTEXCEPTIONS_HPP_
12
18
#include <stdexcept>
19
20
namespace
Teuchos
{
21
23
class
CantFindFunctionObjectConverterException
:
public
std::logic_error{
24
25
public
:
26
32
CantFindFunctionObjectConverterException
(
const
std::string&
what_arg
):
33
std::logic_error(
what_arg
){}
34
35
};
36
37
38
39
}
// namespace Teuchos
40
#endif
//TEUCHOS_XMLFUNCTIONOBJECTEXCEPTIONS_HPP_
41
Teuchos::CantFindFunctionObjectConverterException
Thrown when an appropriate FunctionObject Converter can't be found.
Definition
Teuchos_XMLFunctionObjectExceptions.hpp:23
Teuchos::CantFindFunctionObjectConverterException::CantFindFunctionObjectConverterException
CantFindFunctionObjectConverterException(const std::string &what_arg)
Constructs an CantFindFunctionObjectConverterException.
Definition
Teuchos_XMLFunctionObjectExceptions.hpp:32
Teuchos::RCP
Smart reference counting pointer class for automatic garbage collection.
Definition
Teuchos_RCPDecl.hpp:397
Teuchos
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
Generated on Thu Oct 9 2025 20:59:56 for Teuchos - Trilinos Tools Package by
1.9.8