IRCPluginInitialisationException

Exception thrown when an IRC plugin failed to initialise itself or its resources.

A normal Exception, with a plugin name and optionally the name of a malformed resource file embedded.

Constructors

this
this(string message, string pluginName, string malformedFilename, string file, size_t line, Throwable nextInChain)

Constructs an IRCPluginInitialisationException, embedding a plugin name and the name of a malformed resource file.

this
this(string message, string pluginName, string file, size_t line, Throwable nextInChain)

Constructs an IRCPluginInitialisationException, embedding a plugin name.

Members

Variables

malformedFilename
string malformedFilename;

Optional name of a malformed file.

pluginName
string pluginName;

Name of throwing plugin.

Meta