Public Member Functions | |
ExcInvalidTensorIndex (const int a1) | |
virtual | ~ExcInvalidTensorIndex () throw () |
virtual void | print_info (std::ostream &out) const |
Private Attributes | |
const int | arg1 |
Tensor< rank_, dim >::ExcInvalidTensorIndex::ExcInvalidTensorIndex | ( | const int | a1 | ) | [inline] |
virtual Tensor< rank_, dim >::ExcInvalidTensorIndex::~ExcInvalidTensorIndex | ( | ) | throw () [inline, virtual] |
virtual void Tensor< rank_, dim >::ExcInvalidTensorIndex::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.
const int Tensor< rank_, dim >::ExcInvalidTensorIndex::arg1 [private] |