Ice 3.7 C++11 API Reference
Public Member Functions | List of all members
IceUtil::IllegalArgumentException Class Reference

This exception indicates that a function was called with an illegal parameter value. More...

#include <Ice/Ice.h>

Inheritance diagram for IceUtil::IllegalArgumentException:
Inheritance graph
[legend]
Collaboration diagram for IceUtil::IllegalArgumentException:
Collaboration graph
[legend]

Public Member Functions

virtual std::string ice_id () const
 Returns the type ID of this exception. More...
 
virtual void ice_print (std::ostream &) const
 Outputs a description of this exception to a stream. More...
 
 IllegalArgumentException (const char *, int)
 
 IllegalArgumentException (const char *, int, const std::string &)
 
std::string reason () const
 Provides the reason this exception was thrown. More...
 
virtual ~IllegalArgumentException () throw ()
 
- Public Member Functions inherited from IceUtil::ExceptionHelper< IllegalArgumentException >
std::unique_ptr< IllegalArgumentExceptionice_clone () const
 
virtual void ice_throw () const override
 Throws this exception. More...
 
- Public Member Functions inherited from IceUtil::Exception
 Exception ()
 Constructs the exception. More...
 
 Exception (const char *file, int line)
 Constructs the exception. More...
 
std::unique_ptr< Exceptionice_clone () const
 Returns a shallow polymorphic copy of this exception. More...
 
const char * ice_file () const
 Returns the name of the file where this exception was constructed. More...
 
int ice_line () const
 Returns the line number where this exception was constructed. More...
 
std::string ice_stackTrace () const
 Returns the stack trace at the point this exception was constructed. More...
 
virtual void ice_throw () const =0
 Throws this exception. More...
 
virtual const char * what () const throw ()
 Returns a description of this exception. More...
 
virtual ~Exception ()=0 throw ()
 

Detailed Description

This exception indicates that a function was called with an illegal parameter value.

It is used only by the Slice to C++98 mapping; std::invalid_argument is used by the Slice to C++11 mapping.

Constructor & Destructor Documentation

◆ IllegalArgumentException() [1/2]

IceUtil::IllegalArgumentException::IllegalArgumentException ( const char *  ,
int   
)

◆ IllegalArgumentException() [2/2]

IceUtil::IllegalArgumentException::IllegalArgumentException ( const char *  ,
int  ,
const std::string &   
)

◆ ~IllegalArgumentException()

virtual IceUtil::IllegalArgumentException::~IllegalArgumentException ( )
throw (
)
virtual

Member Function Documentation

◆ ice_id()

virtual std::string IceUtil::IllegalArgumentException::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::IllegalArgumentException::ice_print ( std::ostream &  os) const
virtual

Outputs a description of this exception to a stream.

Parameters
osThe output stream.

Reimplemented from IceUtil::Exception.

◆ reason()

std::string IceUtil::IllegalArgumentException::reason ( ) const

Provides the reason this exception was thrown.

Returns
The reason.

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