XMLMimeException

Exception that's thrown on invalid XML definition of MIME type.

Constructors

this
this(string msg, int lineNum, int col, string file, size_t line, Throwable next)
Undocumented in source.

Members

Functions

column
int column()

Column number in XML file where error occured.

lineNum
int lineNum()

Line number in XML file where error occured. Don't confuse with line property of Throwable

Meta