Keyple Util C++ Library 2.3.0.5-SNAPSHOT
Reference Terminal Reader API for C++
Public Member Functions | List of all members
keyple::core::util::cpp::exception::IllegalArgumentException Class Reference

#include <IllegalArgumentException.h>

Inheritance diagram for keyple::core::util::cpp::exception::IllegalArgumentException:
Inheritance graph
[legend]
Collaboration diagram for keyple::core::util::cpp::exception::IllegalArgumentException:
Collaboration graph
[legend]

Public Member Functions

 IllegalArgumentException (const std::string &message)
 
 IllegalArgumentException (const std::string &message, const std::shared_ptr< Exception > cause)
 
- Public Member Functions inherited from keyple::core::util::cpp::exception::Exception
 Exception ()
 
 Exception (const Exception &o)
 
 Exception (const std::string &message)
 
 Exception (const std::string &message, const std::shared_ptr< Exception > cause)
 
const std::string & getMessage () const
 
const std::shared_ptr< ExceptiongetCause () const
 
const char * what () const noexcept override
 
bool operator== (const Exception &o) const
 

Detailed Description

Definition at line 23 of file IllegalArgumentException.h.

Constructor & Destructor Documentation

◆ IllegalArgumentException() [1/2]

keyple::core::util::cpp::exception::IllegalArgumentException::IllegalArgumentException ( const std::string &  message)
inline

Definition at line 28 of file IllegalArgumentException.h.

◆ IllegalArgumentException() [2/2]

keyple::core::util::cpp::exception::IllegalArgumentException::IllegalArgumentException ( const std::string &  message,
const std::shared_ptr< Exception cause 
)
inline

Definition at line 33 of file IllegalArgumentException.h.


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