1 #ifndef SCARAB_EXCEPTION_HH_ 2 #define SCARAB_EXCEPTION_HH_ 20 template<
class x_streamable >
25 virtual const char* what()
const throw();
31 template<
class x_streamable >
34 std::stringstream stream;
42 f_error += a_fragment;
48 f_error += std::string( a_fragment );
SCARAB_API std::ostream & operator<<(std::ostream &out, const param &a_value)
error & operator<<(x_streamable a_fragment)