All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Member Functions
Xpetra::Exceptions::BadCast Class Reference

Exception indicating invalid cast attempted. More...

#include <Xpetra_Exceptions.hpp>

List of all members.

Public Member Functions

 BadCast (const std::string &what_arg)

Detailed Description

Exception indicating invalid cast attempted.

For instance, this exception is throw when you try to mix Epetra and Tpetra objects: for example, a Xpetra::EpetraCrsMatrix cannot be built from a Xpetra::TpetraMap.

Definition at line 83 of file Xpetra_Exceptions.hpp.


Constructor & Destructor Documentation

Xpetra::Exceptions::BadCast::BadCast ( const std::string &  what_arg) [inline]

Definition at line 86 of file Xpetra_Exceptions.hpp.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines