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

This exception is thrown if a distinguished name cannot be parsed. More...

#include <IceSSL/IceSSL.h>

Inheritance diagram for IceSSL::ParseException:
Collaboration diagram for IceSSL::ParseException:

Public Member Functions

virtual ParseExceptionice_clone () const
 Creates a shallow copy of this exception.
virtual std::string ice_id () const
 Returns the type ID of this exception.
 ParseException (const char *, int, const std::string &)
virtual ~ParseException () throw ()
Public Member Functions inherited from IceUtil::ExceptionHelper< ParseException >
 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
virtual void ice_print (std::ostream &os) const
 Outputs a description of this exception to a stream.
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

Public Attributes

std::string reason
 The reason for the exception.

Detailed Description

This exception is thrown if a distinguished name cannot be parsed.

Constructor & Destructor Documentation

◆ ParseException()

IceSSL::ParseException::ParseException ( const char * ,
int ,
const std::string &  )

◆ ~ParseException()

virtual IceSSL::ParseException::~ParseException ( )
throw ( )
virtual

Member Function Documentation

◆ ice_clone()

virtual ParseException * IceSSL::ParseException::ice_clone ( ) const
virtual

Creates a shallow copy of this exception.

Returns
The new exception instance.

Implements IceUtil::Exception.

◆ ice_id()

virtual std::string IceSSL::ParseException::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.

Member Data Documentation

◆ reason

std::string IceSSL::ParseException::reason

The reason for the exception.


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