XMLException

Generic XML exception; thrown whenever a component experiences an error, unless the user provided a custom error handler.

Constructors

this
this(string msg, string file, size_t line, Throwable nextInChain)
Undocumented in source.
this
this(string msg, Throwable nextInChain, string file, size_t line)
Undocumented in source.

Meta