35 using std::istringstream ;
74 string err = dhi.
action +
" error type missing" ;
77 istringstream strm( etype_s ) ;
78 unsigned int etype = 0 ;
80 if( !etype || etype > 5 )
82 string err = dhi.
action +
" invalid error type, should be 1-5" ;
89 string err = dhi.
action +
" Internal Error" ;
94 string err = dhi.
action +
" Internal Fatal Error" ;
99 string err = dhi.
action +
" Syntax User Error" ;
104 string err = dhi.
action +
" Forbidden Error" ;
109 string err = dhi.
action +
" Not Found Error" ;
131 string err =
"An exception should have been thrown, nothing to transmit" ;
145 << (
void *)
this <<
")" << endl ;