Changeset 2298 for code/branches/physics/src/util
- Timestamp:
- Nov 29, 2008, 12:45:19 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/physics/src/util/Exception.h
r2192 r2298 60 60 FileNotFound, 61 61 Argument, 62 PhysicsViolation, 63 ParseError, 62 64 PluginsNotFound, 63 65 InitialisationFailed, … … 123 125 RETURN_EXCEPTION_CODE(FileNotFound); 124 126 RETURN_EXCEPTION_CODE(Argument); 127 RETURN_EXCEPTION_CODE(PhysicsViolation); 128 RETURN_EXCEPTION_CODE(ParseError); 125 129 RETURN_EXCEPTION_CODE(PluginsNotFound); 126 130 RETURN_EXCEPTION_CODE(InitialisationFailed); … … 137 141 CREATE_ORXONOX_EXCEPTION(FileNotFound); 138 142 CREATE_ORXONOX_EXCEPTION(Argument); 143 CREATE_ORXONOX_EXCEPTION(PhysicsViolation); 144 CREATE_ORXONOX_EXCEPTION(ParseError); 139 145 CREATE_ORXONOX_EXCEPTION(PluginsNotFound); 140 146 CREATE_ORXONOX_EXCEPTION(InitialisationFailed);
Note: See TracChangeset
for help on using the changeset viewer.