mir-ion — Libmir Archive
← Libmir Archive
Dlang.org
IonParserMirException
mir
ion
exception
Mir Ion Parser Exception Class
The exception is used for JSON parsing.
version(D_Exceptions)
class
IonParserMirException :
IonMirException
{
size_t
location
;
this
(const(char)[] msg, size_t location, string file, size_t line, Throwable next);
this
(const(char)[] msg, size_t location, Throwable next, string file, size_t line);
}
Constructors
this
this
(const(char)[] msg, size_t location, string file, size_t line, Throwable next)
this
this
(const(char)[] msg, size_t location, Throwable next, string file, size_t line)
Members
Variables
location
size_t
location
;
Inherited Members
From IonMirException
__anonymous
mixin
MirThrowableImpl
mir
ion
exception
classes
IonException
IonMirException
IonParserMirException
enums
IonErrorCode
functions
ionErrorMsg
ionException
Mir Ion Parser Exception Class
The exception is used for JSON parsing.