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::IllegalStateException Class Reference

#include <IllegalStateException.h>

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

Public Member Functions

 IllegalStateException (const std::string &message)
 
 IllegalStateException (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 IllegalStateException.h.

Constructor & Destructor Documentation

◆ IllegalStateException() [1/2]

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

Definition at line 28 of file IllegalStateException.h.

◆ IllegalStateException() [2/2]

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

Definition at line 33 of file IllegalStateException.h.


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