Changeset 16152 for issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h
- Timestamp:
- 09/17/13 14:35:17 (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/shared/Exceptions/exceptions.h
r15104 r16152 83 83 public: 84 84 ErrorException(const string &what_arg); //for windows 85 ErrorException(const string &what_file,const string& what_function,int what_line,const string& what_arg);//UNIX85 ErrorException(const string &what_file,const string& what_function,int what_line,const string& what_arg);//UNIX 86 86 ~ErrorException() throw(); 87 87 virtual const char *what() const throw();
Note:
See TracChangeset
for help on using the changeset viewer.