[great-users] InputFileRegistry.h updated in VSS

Attila Vizhanyo viza at isis.vanderbilt.edu
Wed Feb 25 15:45:32 CST 2004


For those people, who use code generator to generate code from their
transformation rules:
 
The class InputFileEx has changed a bit to support the standard what()
member function.
Users now can ask for textual info regarding the exception thrown, as
follows:
            catch ( InputFileEx& ex)
            {
                        const std::string& exMsg= ex.what();
-OR-
                        const char* exMsg= ex.what().c_str());
            }
 
The new InputFileRegistry.h is available in VSS at:
            $/Mobies/UMT/etc
 
Thanks,
Attila
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://list.isis.vanderbilt.edu/pipermail/great-users/attachments/20040225/17759367/attachment.htm


More information about the great-users mailing list