![]() |
Chemical Data Processing Library C++ API - Version 1.2.3
|
Thrown to indicate that the size of a (multidimensional) array is not correct. More...
#include <Exceptions.hpp>
Inheritance diagram for CDPL::Base::SizeError:Public Member Functions | |
| SizeError (const std::string &msg="") | |
Constructs a SizeError object with the error message set to msg. More... | |
| virtual | ~SizeError () throw () |
| Virtual destructor. More... | |
Public Member Functions inherited from CDPL::Base::ValueError | |
| ValueError (const std::string &msg="") | |
Constructs a ValueError object with the error message set to msg. More... | |
| virtual | ~ValueError () throw () |
| Virtual destructor. More... | |
Public Member Functions inherited from CDPL::Base::Exception | |
| Exception (const std::string &msg="") | |
Constructs an Exception object with the error message set to msg. More... | |
| virtual | ~Exception () throw () |
| Virtual destructor. More... | |
| const char * | what () const throw () |
| Returns the message describing the cause of the exception and/or the location where the error occurred. More... | |
Thrown to indicate that the size of a (multidimensional) array is not correct.
| CDPL::Base::SizeError::SizeError | ( | const std::string & | msg = "" | ) |
Constructs a SizeError object with the error message set to msg.
| msg | A message describing the cause of the exception and/or the location where the error occurred. |
|
virtual | |||||||||||||
Virtual destructor.