EpetraExt Package Browser (Single Doxygen Collection)  Development
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Private Attributes | List of all members
EpetraExt::Exception Class Reference

#include <EpetraExt_Exception.h>

Public Member Functions

 Exception (const std::string FileName, const int LineNumber, const std::string Line1, const std::string Line2="", const std::string Line3="", const std::string Line4="", const std::string Line5="", const std::string Line6="")
 
void Print ()
 

Private Attributes

std::string FileName_
 
int LineNumber_
 
std::string Line1_
 
std::string Line2_
 
std::string Line3_
 
std::string Line4_
 
std::string Line5_
 
std::string Line6_
 

Detailed Description

Definition at line 53 of file EpetraExt_Exception.h.

Constructor & Destructor Documentation

EpetraExt::Exception::Exception ( const std::string  FileName,
const int  LineNumber,
const std::string  Line1,
const std::string  Line2 = "",
const std::string  Line3 = "",
const std::string  Line4 = "",
const std::string  Line5 = "",
const std::string  Line6 = "" 
)
inline

Definition at line 56 of file EpetraExt_Exception.h.

Member Function Documentation

void EpetraExt::Exception::Print ( )
inline

Definition at line 70 of file EpetraExt_Exception.h.

Member Data Documentation

std::string EpetraExt::Exception::FileName_
private

Definition at line 88 of file EpetraExt_Exception.h.

int EpetraExt::Exception::LineNumber_
private

Definition at line 89 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line1_
private

Definition at line 90 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line2_
private

Definition at line 91 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line3_
private

Definition at line 92 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line4_
private

Definition at line 93 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line5_
private

Definition at line 94 of file EpetraExt_Exception.h.

std::string EpetraExt::Exception::Line6_
private

Definition at line 95 of file EpetraExt_Exception.h.


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