MappingsParserException

This is exception is thrown when the parser fails to parse a mapping.

Check the .faulyMapping property to see which one caused the problem.

Constructors

this
this(string msg, Throwable next)
this(string msg, JSONValue faultyMapping, Throwable next)

ctor

Members

Properties

faultyMapping
JSONValue faultyMapping [@property getter]

The faulty mapping that could not be parsed

Meta