Cobbletext  0.2.0
Complex text layout and rendering engine
Public Member Functions | Public Attributes | List of all members
cobbletext::LibraryError Class Reference

#include <Exception.hpp>

Inheritance diagram for cobbletext::LibraryError:
Inheritance graph
[legend]
Collaboration diagram for cobbletext::LibraryError:
Collaboration graph
[legend]

Public Member Functions

 LibraryError (std::string message)
 
 LibraryError (std::string message, long long int code)
 
- Public Member Functions inherited from cobbletext::RuntimeError
 RuntimeError (const std::string &what_arg)
 
 RuntimeError (const char *what_arg)
 

Public Attributes

long long int code
 
std::string message
 

Constructor & Destructor Documentation

◆ LibraryError() [1/2]

cobbletext::LibraryError::LibraryError ( std::string  message)
explicit

◆ LibraryError() [2/2]

cobbletext::LibraryError::LibraryError ( std::string  message,
long long int  code 
)
explicit

Member Data Documentation

◆ code

long long int cobbletext::LibraryError::code

◆ message

std::string cobbletext::LibraryError::message

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