Package com.dslplatform.json
Class ParsingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dslplatform.json.ParsingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
ParsingException.ParsingStacklessException
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:
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateParsingException(String reason) privateParsingException(String reason, Throwable cause) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingException
-
ParsingException
-
-
Method Details
-
create
-
create
-