Ice 3.7 C++98 API Reference
Loading...
Searching...
No Matches
Ice::IconvInitializationException Class Reference

Indicates that Iconv does not support the code. More...

#include <Ice/Ice.h>

Inheritance diagram for Ice::IconvInitializationException:
Collaboration diagram for Ice::IconvInitializationException:

Public Member Functions

virtual IconvInitializationExceptionice_clone () const
 Polymorphically clones this exception.
virtual std::string ice_id () const
 Obtains the Slice type ID of this exception.
virtual void ice_print (std::ostream &str) const
 Prints a description of this exception to the given stream.
 IconvInitializationException (const char *file, int line, const std::string &reason)
 Constructs the exception with a reason.
std::string reason () const
 Obtains the reason for the failure.
virtual ~IconvInitializationException () throw ()
Public Member Functions inherited from IceUtil::ExceptionHelper< IconvInitializationException >
 ExceptionHelper ()
virtual void ice_throw () const
 Throws this exception.
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

Indicates that Iconv does not support the code.

Constructor & Destructor Documentation

◆ IconvInitializationException()

Ice::IconvInitializationException::IconvInitializationException ( const char * file,
int line,
const std::string & reason )

Constructs the exception with a reason.

The file and line number are required.

Parameters
fileThe file name in which the exception was raised, typically __FILE__.
lineThe line number at which the exception was raised, typically __LINE__.
reasonMore detail about the failure.

◆ ~IconvInitializationException()

virtual Ice::IconvInitializationException::~IconvInitializationException ( )
throw ( )
virtual

Member Function Documentation

◆ ice_clone()

virtual IconvInitializationException * Ice::IconvInitializationException::ice_clone ( ) const
virtual

Polymorphically clones this exception.

Returns
A shallow copy of this exception.

Implements IceUtil::Exception.

◆ ice_id()

virtual std::string Ice::IconvInitializationException::ice_id ( ) const
virtual

Obtains the Slice type ID of this exception.

Returns
The fully-scoped type ID.

Implements IceUtil::Exception.

◆ ice_print()

virtual void Ice::IconvInitializationException::ice_print ( std::ostream & str) const
virtual

Prints a description of this exception to the given stream.

Parameters
strThe output stream.

Reimplemented from IceUtil::Exception.

◆ reason()

std::string Ice::IconvInitializationException::reason ( ) const

Obtains the reason for the failure.

Returns
The reason.

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