Indicates that Iconv does not support the code.
More...
#include <Ice/Ice.h>
|
| 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 () |
| std::unique_ptr< IconvInitializationException > | ice_clone () const |
| virtual void | ice_throw () const override |
| | Throws this exception.
|
| | Exception () |
| | Constructs the exception.
|
| | Exception (const char *file, int line) |
| | Constructs the exception.
|
| std::unique_ptr< Exception > | ice_clone () const |
| | Returns a shallow polymorphic copy of this 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_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 |
Indicates that Iconv does not support the code.
◆ 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
-
| file | The file name in which the exception was raised, typically __FILE__. |
| line | The line number at which the exception was raised, typically __LINE__. |
| reason | More detail about the failure. |
◆ ~IconvInitializationException()
| virtual Ice::IconvInitializationException::~IconvInitializationException |
( |
| ) |
|
| throw | ( | ) | | | |
|
virtual |
◆ 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
-
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: