Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

boost Namespace Reference


Functions

void throw_exception (std::exception const &e)


Function Documentation

void throw_exception std::exception const &    e
 

Definition at line 14 of file boost.C.

00015 {
00016         lyxerr << "Exception caught:\n"
00017             << e.what() << endl;
00018         Assert(false);
00019 }


Generated on Fri Jul 18 01:19:06 2003 for lyx by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002