11#ifndef ALICEO2_FOCAL_ERRORHANDLING_H
12#define ALICEO2_FOCAL_ERRORHANDLING_H
32 const
char*
what() const noexcept final;
34 unsigned int getIndex() const noexcept {
return mIndex; }
35 unsigned int getMaxIndex() const noexcept {
return mMaxIndex; }
40 unsigned int mMaxIndex;
42 std::string mMessageBuffer;
45std::ostream&
operator<<(std::ostream& in,
const IndexExceptionEvent& error);
unsigned int getIndex() const noexcept
const char * what() const noexcept final
~IndexExceptionEvent() noexcept final=default
IndexType_t getSource() const noexcept
unsigned int getMaxIndex() const noexcept
GLsizei GLsizei GLchar * source
std::ostream & operator<<(std::ostream &in, const IndexExceptionEvent &error)