|
template<typename Rank , typename Index , typename Begin , typename End > |
| TensorIndexException (Rank rank, Index index, Begin begin, End end) |
|
| SCException (const char *description=0, const char *file=0, int line=0, const ClassDesc *class_desc=0, const char *exception_type="SCException") MPQC__NOEXCEPT |
| Create an SCException. More...
|
|
| SCException (const SCException &) MPQC__NOEXCEPT |
|
const char * | what () const MPQC__NOEXCEPT |
| overload of Exception::what()
|
|
const ClassDesc * | class_desc () const MPQC__NOEXCEPT |
| Returns the class descriptor of the object which generated the exception. More...
|
|
const char * | exception_type () const MPQC__NOEXCEPT |
| Returns the classname of the exception. May return null.
|
|
std::ostream & | elaborate () |
| Returns a stream where additional information about the exception can be written. More...
|
|
| Exception (const char *description=0, const char *file=0, int line=0) MPQC__NOEXCEPT |
| Create an Exception. More...
|
|
| Exception (const Exception &) MPQC__NOEXCEPT |
|
const char * | description () const MPQC__NOEXCEPT |
| Reimplementation of std::exception::what(). More...
|
|
const char * | file () const MPQC__NOEXCEPT |
| Returns the name of the file in which the exception was created. More...
|
|
int | line () const MPQC__NOEXCEPT |
| Returns the line number where the exception was created. More...
|
|
The documentation for this struct was generated from the following file: