Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/buildsystem3/src/ceguilua/ceguilua-0.5.0/package/exceptions.lua @ 2664

Last change on this file since 2664 was 2664, checked in by rgrieder, 16 years ago

Merged buildsystem2 to buildsystem3.

Note: Bare merge, just resolved conflicts. To testing, no nothing.

File size: 431 bytes
Line 
1exceptionDefs["CEGUI::Exception"]           = {}
2exceptionDefs["CEGUI::Exception"]["var"]    = "&e"
3exceptionDefs["CEGUI::Exception"]["c_str"]  = "e.getMessage().c_str()"
4
5exceptionDefs["CEGUI::AlreadyExistsException"]  = exceptionDefs["CEGUI::Exception"]
6exceptionDefs["CEGUI::InvalidRequestException"] = exceptionDefs["CEGUI::Exception"]
7exceptionDefs["CEGUI::UnknownObjectException"]  = exceptionDefs["CEGUI::Exception"]
Note: See TracBrowser for help on using the repository browser.