codac 1.5.6
|
Exception raised if the size (dimension) of domains are not consistent together, and with the contractor definition. More...
#include <codac_DomainsSizeException.h>
Public Member Functions | |
DomainsSizeException (const std::string &ctc_name) | |
Creates a DomainsSizeException | |
Public Member Functions inherited from codac::Exception | |
Exception (const std::string &function_name, const std::string &custom_message) | |
Creates an std::exception related to a C++ function and some custom error message. | |
~Exception () throw () | |
Exception destructor. | |
virtual const char * | what () const throw () |
Returns the exception message. | |
Exception raised if the size (dimension) of domains are not consistent together, and with the contractor definition.
codac::DomainsSizeException::DomainsSizeException | ( | const std::string & | ctc_name | ) |
Creates a DomainsSizeException
ctc_name | the contractor class name |