Ice 3.7 C++98 API Reference
|
Raised by the CtrlCHandler constructor if another CtrlCHandler already exists. More...
#include <Ice/Ice.h>
Public Member Functions | |
CtrlCHandlerException (const char *, int) | |
virtual CtrlCHandlerException * | ice_clone () const |
Returns a shallow polymorphic copy of this exception. More... | |
virtual std::string | ice_id () const |
Returns the type ID of this exception. More... | |
![]() | |
ExceptionHelper () | |
ExceptionHelper (const char *file, int line) | |
virtual void | ice_throw () const |
Throws this exception. More... | |
![]() | |
Exception () | |
Constructs the exception. More... | |
Exception (const char *file, int line) | |
Constructs the exception. More... | |
const char * | ice_file () const |
Returns the name of the file where this exception was constructed. More... | |
int | ice_line () const |
Returns the line number where this exception was constructed. More... | |
std::string | ice_name () const |
virtual void | ice_print (std::ostream &os) const |
Outputs a description of this exception to a stream. More... | |
std::string | ice_stackTrace () const |
Returns the stack trace at the point this exception was constructed. More... | |
virtual void | ice_throw () const =0 |
Throws this exception. More... | |
virtual const char * | what () const throw () |
Returns a description of this exception. More... | |
virtual | ~Exception ()=0 throw () |
Raised by the CtrlCHandler constructor if another CtrlCHandler already exists.
IceUtil::CtrlCHandlerException::CtrlCHandlerException | ( | const char * | , |
int | |||
) |
|
virtual |
Returns a shallow polymorphic copy of this exception.
Implements IceUtil::Exception.
|
virtual |
Returns the type ID of this exception.
This corresponds to the Slice type ID for Slice-defined exceptions, and to a similar fully scoped name for other exceptions. For example "::IceUtil::SyscallException".
Implements IceUtil::Exception.