ConfigurationFileReadFailureException

Exception, to be thrown when the specified configuration file could not be read, for whatever reason.

It is a normal Exception but with an attached filename string.

Constructors

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

Create a new ConfigurationFileReadFailureException, without attaching a filename.

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

Create a new ConfigurationFileReadFailureException, attaching a filename.

Members

Variables

filename
string filename;

The name of the configuration file the exception refers to.

Meta