pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
PPEException
pixelperfectengine
system
exc
Base class for all exception thrown by this library.
public
class
PPEException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
this
(string msg, Throwable nextInChain, string file, size_t line);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
this
this
(string msg, Throwable nextInChain, string file, size_t line)
Meta
Source
See Implementation
pixelperfectengine
system
exc
classes
AudioInitializationException
BitmapFormatException
ConfigFileException
FileAccessException
GraphicsInitializationException
MapFileException
MapFormatException
PPEException
SpriteLayerException
SpritePriorityException
TileFormatException
VideoModeException
Base class for all exception thrown by this library.