11 #ifndef INTERFACE_EXCEPTIONS_H_
12 #define INTERFACE_EXCEPTIONS_H_
24 cerr <<
"KEY " << strKey <<
" DOES NOT EXIST" << endl;
36 cerr <<
"ERROR OCCURS WHILE READING " << strFileName <<
" FILE : FILE DOES NOT EXIST" << endl;
48 cerr <<
"ERROR OCCURS WHILE CONVERTING THE VECTOR " << strKey <<
" TO MULTI-DIMENSIONAL ARRAY : THE SPECIFIED DIMESION DOES NOT MATCH" << endl;
58 CUnknownLine(
const string & strFileName,
const string & strLine)
60 cerr <<
"UNKNOWN LINE \"" << strLine <<
"\" IN FILE " << strFileName <<
"(SKIP THIS LINE...)" << endl;
70 CNoBiomodel(
const string & strBiomodel,
const string & strSolver)
72 cerr <<
"UNDEFINED BIOMODEL OR SOLVER (USING DEFAULT: BIOMODEL=" << strBiomodel <<
", SOLVER=" << strSolver <<
")" << endl;
87 #endif // INTERFACE_EXCEPTIONS_H_
Definition: interface_exceptions.h:43
Definition: interface_exceptions.h:55
Definition: interface_exceptions.h:31
Definition: exceptions.h:41
Definition: exceptions.h:20
This file defines the format of warnings and exceptions.
Definition: interface_exceptions.h:19
Definition: interface_exceptions.h:67