GEOS  3.9.1dev
Public Member Functions | List of all members
geos::util::IllegalArgumentException Class Reference

Indicates one or more illegal arguments. More...

#include <IllegalArgumentException.h>

Inheritance diagram for geos::util::IllegalArgumentException:
[legend]
Collaboration diagram for geos::util::IllegalArgumentException:
[legend]

Public Member Functions

 IllegalArgumentException ()
 
 IllegalArgumentException (const std::string &msg)
 
 ~IllegalArgumentException () noexceptoverride
 
- Public Member Functions inherited from geos::util::GEOSException
 GEOSException ()
 
 GEOSException (std::string const &msg)
 
 GEOSException (std::string const &name, std::string const &msg)
 

Detailed Description

Indicates one or more illegal arguments.

This exception is thrown - for example - when trying to apply set-theoretic methods to a GeometryCollection object.

Definition at line 34 of file IllegalArgumentException.h.

Constructor & Destructor Documentation

geos::util::IllegalArgumentException::IllegalArgumentException ( )
inline

Definition at line 36 of file IllegalArgumentException.h.

geos::util::IllegalArgumentException::IllegalArgumentException ( const std::string &  msg)
inline

Definition at line 41 of file IllegalArgumentException.h.

geos::util::IllegalArgumentException::~IllegalArgumentException ( )
inlineoverridenoexcept

Definition at line 46 of file IllegalArgumentException.h.


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