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

An exception class for reporting already-exists errors. More...

#include <sprite_file.h>

Inheritance diagram for pkg::sprite_file::already_exists:

Public Member Functions

 already_exists (const string &name)
 Construct already-exists error. More...
 

Static Public Member Functions

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

Detailed Description

An exception class for reporting already-exists errors.

Constructor & Destructor Documentation

◆ already_exists()

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

Construct already-exists error.

Parameters
namethe sprite name that already exists

Member Function Documentation

◆ make_message()

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

Make error message.

Parameters
namethe sprite name that already exists
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.6.1 (28 Jan 2015)