Beatmup
Beatmup::Fragments::Sequence::AccessException Class Reference

#include <sequence.h>

Inheritance diagram for Beatmup::Fragments::Sequence::AccessException:
Beatmup::Exception

Public Member Functions

 AccessException (const char *message, const Sequence &sequence)
 
- Public Member Functions inherited from Beatmup::Exception
virtual const char * what () const NOEXCEPT override
 

Additional Inherited Members

- Protected Member Functions inherited from Beatmup::Exception
 Exception (const char *message)
 
template<typename ... Args>
 Exception (const char *message, const Args &... args)
 

Detailed Description

Definition at line 172 of file sequence.h.

Constructor & Destructor Documentation

◆ AccessException()

Beatmup::Fragments::Sequence::AccessException::AccessException ( const char *  message,
const Sequence sequence 
)
inline

Definition at line 174 of file sequence.h.

174 : Exception(message) {}
Exception(const char *message)
Definition: exception.h:41
std::string message
Definition: exception.h:39

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