|
codac
1.5.7
|
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 More... | |
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. More... | |
| ~Exception () throw () | |
| Exception destructor. | |
| virtual const char * | what () const throw () |
| Returns the exception message. More... | |
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 |