#include <exception.h>
List of all members.
[inline, virtual]
Writes a message to an ostream.
00032 { 00033 out<<"An exception ocurred." << std::endl; 00034 }