Class ParsingException

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ParsingException.ParsingStacklessException

public class ParsingException extends IOException
DSL-JSON specific exception thrown when DSL-JSON is unable to parse provided JSON. Most of the time this is due to invalid JSON. Sometimes if its "valid" JSON it can be due to "unexpected" JSON.
See Also: