Project SkyFire Core
SkyFire 5.4.8 server core API documentation
Loading...
Searching...
No Matches
ByteBufferException Class Reference

#include <ByteBuffer.h>

Inheritance diagram for ByteBufferException:
Collaboration diagram for ByteBufferException:

Public Member Functions

char const * what () const throw ()
 ~ByteBufferException () throw ()

Protected Member Functions

std::string & message () throw ()

Private Attributes

std::string msg_

Detailed Description

Definition at line 33 of file ByteBuffer.h.

Constructor & Destructor Documentation

◆ ~ByteBufferException()

ByteBufferException::~ByteBufferException ( )
throw ( )
inline

Definition at line 36 of file ByteBuffer.h.

Member Function Documentation

◆ message()

std::string & ByteBufferException::message ( )
throw ( )
inlineprotected

◆ what()

char const * ByteBufferException::what ( ) const
throw ( )
inline

Definition at line 38 of file ByteBuffer.h.

References msg_.

Member Data Documentation

◆ msg_

std::string ByteBufferException::msg_
private

Definition at line 44 of file ByteBuffer.h.

Referenced by message(), and what().


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