ErrorConnectivity Class Reference
#include <Error.h>
Inheritance diagram for ErrorConnectivity:
Public Member Functions | |
ErrorConnectivity (const char *cf, const char *ta, const char *s) | |
ErrorConnectivity (const char *cf, const char *ta, const char *ty, const char *port) | |
Public Member Functions inherited from Error | |
const std::string & | message (void) const |
void | append (const char *cf) |
Additional Inherited Members | |
Protected Member Functions inherited from Error | |
Error (const char *cf) | |
Protected Attributes inherited from Error | |
std::string | msg_ |
Detailed Description
Flowsheet connectivity error
#include "Error.h"
Constructor & Destructor Documentation
◆ ErrorConnectivity() [1/2]
ErrorConnectivity::ErrorConnectivity | ( | const char * | cf, |
const char * | ta, | ||
const char * | s | ||
) |
Generic flowsheet connectivity error
- Parameters
-
cf calling function ta tag of source s error description
◆ ErrorConnectivity() [2/2]
ErrorConnectivity::ErrorConnectivity | ( | const char * | cf, |
const char * | ta, | ||
const char * | ty, | ||
const char * | port | ||
) |
Flowsheet connectivity error: impossible to attach specified port to specified vertex
- Parameters
-
cf calling function ta tag of source ty type of source port port to connect
The documentation for this class was generated from the following file: