StandardExceptions::ExcDimensionMismatch Class Reference
[Exceptions and assertions]

Inheritance diagram for StandardExceptions::ExcDimensionMismatch:
Inheritance graph
[legend]

List of all members.

Public Member Functions

 ExcDimensionMismatch (const int a1, const int a2)
virtual ~ExcDimensionMismatch () throw ()
virtual void print_info (std::ostream &out) const

Private Attributes

const int arg1
const int arg2

Detailed Description

This exception is raised whenever the sizes of two objects were assumed to be equal, but were not.

Parameters to the constructor are the first and second size, both of type int.


Constructor & Destructor Documentation

StandardExceptions::ExcDimensionMismatch::ExcDimensionMismatch ( const int  a1,
const int  a2 
) [inline]
virtual StandardExceptions::ExcDimensionMismatch::~ExcDimensionMismatch (  )  throw () [inline, virtual]

Member Function Documentation

virtual void StandardExceptions::ExcDimensionMismatch::print_info ( std::ostream &  out  )  const [inline, virtual]

Print more specific information about the exception which occured. Overload this function in your own exception classes.

Reimplemented from ExceptionBase.


Member Data Documentation


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

deal.II documentation generated on Mon Nov 23 22:58:33 2009 by doxygen 1.6.1