Teuchos - Trilinos Tools Package
Version of the Day
Loading...
Searching...
No Matches
parameterlist
src
Teuchos_XMLConditionExceptions.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_XMLCONDITIONEXCEPTIONS_HPP_
11
#define TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
12
18
#include <stdexcept>
19
20
namespace
Teuchos
{
21
24
class
MissingValuesTagException
:
public
std::logic_error{
25
26
public
:
27
33
MissingValuesTagException
(
const
std::string& what_arg):
34
std::logic_error(what_arg){}
35
36
};
37
39
class
CantFindConditionConverterException
:
public
std::logic_error{
40
41
public
:
42
48
CantFindConditionConverterException
(
const
std::string& what_arg):
49
std::logic_error(what_arg){}
50
51
};
52
53
54
55
}
// namespace Teuchos
56
#endif
//TEUCHOS_XMLCONDITIONEXCEPTIONS_HPP_
57
Teuchos::CantFindConditionConverterException::CantFindConditionConverterException
CantFindConditionConverterException(const std::string &what_arg)
Constructs an CantFindConditionConverterException.
Definition
Teuchos_XMLConditionExceptions.hpp:48
Teuchos::MissingValuesTagException::MissingValuesTagException
MissingValuesTagException(const std::string &what_arg)
Constructs an MissingValuesTagException.
Definition
Teuchos_XMLConditionExceptions.hpp:33
Teuchos
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos,...
Generated on
for Teuchos - Trilinos Tools Package by
1.15.0