Teuchos - Trilinos Tools Package
Version of the Day
|
A collection of Exceptions thrown when converting Dependencys to and from XML. More...
#include <stdexcept>
Go to the source code of this file.
Classes | |
class | Teuchos::MissingDependeeException |
Thrown when no dependes of a dependency can't be found when converting the dependency to or from XML. More... | |
class | Teuchos::MissingDependentException |
Thrown when a dependent of a dependency cant be found when converting the dependency to or from XML. More... | |
class | Teuchos::MissingDependeesException |
Thrown when no dependess of a dependency are specified when converting the dependency from XML. More... | |
class | Teuchos::MissingDependentsException |
Thrown when no dependents of a dependency are specified when converting the dependency from XML. More... | |
class | Teuchos::TooManyDependeesException |
Thrown when a Dependency has too many dependees specified in its XML. More... | |
class | Teuchos::ValuesTagMissingException |
Thrown when a StringVisualDependency is being converted from XML and no Values tag is found. More... | |
class | Teuchos::MissingRangesAndValidatorsTagException |
Thrown when the rangesAndValidators tag for the RangeValidatorDepencyConverter can't be found. More... | |
class | Teuchos::MissingValuesAndValidatorsTagException |
Thrown when converting a StrinvValidatorDependcny from XML and no valuesAndValidators tag is found. More... | |
class | Teuchos::MissingConditionTagException |
Thrown when no condtion tag is found when converting a ConditionVisualDependency from XML. More... | |
class | Teuchos::MissingValidatorException |
Thrown when converting a dependency that has validaotrs to and from XML. This excetpion indicates that a specified validator could not be found. More... | |
class | Teuchos::CantFindDependencyConverterException |
Thrown when an appropriate Dependency Converter can't be found. More... | |
Namespaces | |
Teuchos | |
The Teuchos namespace contains all of the classes, structs and enums used by Teuchos, as well as a number of utility routines. | |
A collection of Exceptions thrown when converting Dependencys to and from XML.
Definition in file Teuchos_XMLDependencyExceptions.hpp.