LibPkg
Public Member Functions | Static Public Member Functions | List of all members
pkg::sprite_file::not_found Class Reference

An exception class for reporting not-found errors. More...

#include <sprite_file.h>

Inheritance diagram for pkg::sprite_file::not_found:

Public Member Functions

 not_found (const string &name)
 Construct not-found error. More...
 

Static Public Member Functions

static string make_message (const string &name)
 Make error message. More...
 

Detailed Description

An exception class for reporting not-found errors.

Constructor & Destructor Documentation

◆ not_found()

pkg::sprite_file::not_found::not_found ( const string &  name)

Construct not-found error.

Parameters
namethe sprite name that was not found

Member Function Documentation

◆ make_message()

string pkg::sprite_file::not_found::make_message ( const string &  name)
static

Make error message.

Parameters
namethe sprite name that was not found
Returns
a message which describes the not-found error.

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

Reference Manual LibPkg Version 0.9.0 (4 Sep 2020)