codac 1.5.7
Loading...
Searching...
No Matches
codac_DomainsSizeException.h
Go to the documentation of this file.
1
11
12#ifndef __CODAC_DOMAINSSIZEEXCEPTION_H__
13#define __CODAC_DOMAINSSIZEEXCEPTION_H__
14
15#include <vector>
16#include <string>
17#include "codac_Exception.h"
18#include "codac_Domain.h"
19
20namespace codac
21{
28 {
29 public:
30
36 DomainsSizeException(const std::string& ctc_name);
37 };
38}
39
40#endif
DomainsSizeException(const std::string &ctc_name)
Creates a DomainsSizeException
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.
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition codac_capd_helpers.h:9