codac
1.5.7
Loading...
Searching...
No Matches
src
core
exceptions
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
20
namespace
codac
21
{
27
class
DomainsSizeException
:
public
Exception
28
{
29
public
:
30
36
DomainsSizeException
(
const
std::string& ctc_name);
37
};
38
}
39
40
#endif
codac::DomainsSizeException::DomainsSizeException
DomainsSizeException(const std::string &ctc_name)
Creates a DomainsSizeException
codac::Exception::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.
codac_Domain.h
codac_Exception.h
codac
FixPoint of a separator The fixpoint of a separator is computed by calling the "::"separate function ...
Definition
codac_capd_helpers.h:9
Generated by
1.13.0