Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
IceUtil::SyscallExceptionHelper< E > Class Template Reference

Helper template for the implementation of SyscallException. More...

#include <Ice/Ice.h>

Inheritance diagram for IceUtil::SyscallExceptionHelper< E >:
Collaboration diagram for IceUtil::SyscallExceptionHelper< E >:

Public Member Functions

virtual void ice_throw () const
 Throws this exception.
 SyscallExceptionHelper (const char *file, int line, int errorCode)
Public Member Functions inherited from IceUtil::SyscallException
int error () const
 Provides the error number returned by the system call.
virtual SyscallExceptionice_clone () const
 Returns a shallow polymorphic copy of this exception.
virtual std::string ice_id () const
 Returns the type ID of this exception.
virtual void ice_print (std::ostream &) const
 Outputs a description of this exception to a stream.
 SyscallException (const char *, int, int)
virtual ~SyscallException () throw ()
Public Member Functions inherited from IceUtil::ExceptionHelper< SyscallException >
 ExceptionHelper ()
Public Member Functions inherited from IceUtil::Exception
 Exception ()
 Constructs the exception.
 Exception (const char *file, int line)
 Constructs the exception.
const char * ice_file () const
 Returns the name of the file where this exception was constructed.
int ice_line () const
 Returns the line number where this exception was constructed.
std::string ice_name () const
std::string ice_stackTrace () const
 Returns the stack trace at the point this exception was constructed.
virtual const char * what () const throw ()
 Returns a description of this exception.
virtual ~Exception () throw () =0

Detailed Description

template<typename E>
class IceUtil::SyscallExceptionHelper< E >

Helper template for the implementation of SyscallException.

It implements ice_throw.

Constructor & Destructor Documentation

◆ SyscallExceptionHelper()

template<typename E>
IceUtil::SyscallExceptionHelper< E >::SyscallExceptionHelper ( const char * file,
int line,
int errorCode )
inline

Member Function Documentation

◆ ice_throw()

template<typename E>
virtual void IceUtil::SyscallExceptionHelper< E >::ice_throw ( ) const
inlinevirtual

Throws this exception.

Reimplemented from IceUtil::ExceptionHelper< SyscallException >.


The documentation for this class was generated from the following file: