#include <ThreadException.h>
|
| virtual InvalidTimeoutException * | ice_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.
|
| | InvalidTimeoutException (const char *, int, const Time &) |
| | ExceptionHelper () |
| virtual void | ice_throw () const |
| | Throws this 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 |
◆ InvalidTimeoutException()
| IceUtil::InvalidTimeoutException::InvalidTimeoutException |
( |
const char * | , |
|
|
int | , |
|
|
const Time & | ) |
◆ ice_clone()
Returns a shallow polymorphic copy of this exception.
- Returns
- A pointer to the new shallow copy. The caller owns the returned object.
Implements IceUtil::Exception.
◆ ice_id()
| virtual std::string IceUtil::InvalidTimeoutException::ice_id |
( |
| ) |
const |
|
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".
- Returns
- The type ID of this exception
Implements IceUtil::Exception.
◆ ice_print()
| virtual void IceUtil::InvalidTimeoutException::ice_print |
( |
std::ostream & | os | ) |
const |
|
virtual |
Outputs a description of this exception to a stream.
- Parameters
-
Reimplemented from IceUtil::Exception.
The documentation for this class was generated from the following file: