Cuberite
A lightweight, fast and extensible game server for Minecraft
Public Member Functions | Private Types | List of all members
BlockTypePalette::LoadFailedException Class Reference

Exception that is thrown when loading the palette fails hard (bad format). More...

#include <BlockTypePalette.h>

Inheritance diagram for BlockTypePalette::LoadFailedException:
Inheritance graph
[legend]
Collaboration diagram for BlockTypePalette::LoadFailedException:
Collaboration graph
[legend]

Public Member Functions

 LoadFailedException (const AString &aReason)
 

Private Types

using Super = std::runtime_error
 

Detailed Description

Exception that is thrown when loading the palette fails hard (bad format).

Definition at line 55 of file BlockTypePalette.h.

Member Typedef Documentation

◆ Super

using BlockTypePalette::LoadFailedException::Super = std::runtime_error
private

Definition at line 58 of file BlockTypePalette.h.

Constructor & Destructor Documentation

◆ LoadFailedException()

BlockTypePalette::LoadFailedException::LoadFailedException ( const AString aReason)
inline

Definition at line 61 of file BlockTypePalette.h.


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