Changeset 12079
- Timestamp:
- 04/20/12 13:49:13 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h
r12078 r12079 17 17 class ErrorException: public exception { 18 18 19 public:20 21 19 string what_str; 22 20 string function_name; … … 24 22 int file_line; 25 23 26 24 public: 27 25 ErrorException(const string &what_arg); //for windows 28 26 ErrorException(string what_file,string what_function,int what_line,string what_arg);//UNIX
Note:
See TracChangeset
for help on using the changeset viewer.