This exception indicates that a function was called with an illegal parameter value.
More...
|
| virtual IllegalArgumentException * | 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.
|
| | IllegalArgumentException (const char *, int) |
| | IllegalArgumentException (const char *, int, const std::string &) |
| std::string | reason () const |
| | Provides the reason this exception was thrown.
|
| virtual | ~IllegalArgumentException () throw () |
| | 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 |
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.