Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ LocalException()

Ice::LocalException::LocalException ( const char * file,
int line,
std::string message )

Constructs a local exception.

Parameters
fileThe file where this exception is constructed. This C string is not copied.
lineThe line where this exception is constructed.
messageThe error message adopted by this exception and returned by what().