codac
Public Member Functions | List of all members
codac::DomainsSizeException Class Reference

Exception raised if the size (dimension) of domains are not consistent together, and with the contractor definition. More...

#include <codac_DomainsSizeException.h>

Inheritance diagram for codac::DomainsSizeException:
Inheritance graph
[legend]
Collaboration diagram for codac::DomainsSizeException:
Collaboration graph
[legend]

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...
 

Detailed Description

Exception raised if the size (dimension) of domains are not consistent together, and with the contractor definition.

Constructor & Destructor Documentation

◆ DomainsSizeException()

codac::DomainsSizeException::DomainsSizeException ( const std::string &  ctc_name)

Creates a DomainsSizeException

Parameters
ctc_namethe contractor class name

The documentation for this class was generated from the following file: