Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/trunk/src/external/ceguilua/ceguilua-0.5.0/package/exceptions.lua @ 5738

Last change on this file since 5738 was 5738, checked in by landauf, 15 years ago

merged libraries2 back to trunk

  • Property svn:eol-style set to native
File size: 424 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.