Package com.dslplatform.json
Class ParsingException.ParsingStacklessException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.io.IOException
com.dslplatform.json.ParsingException
com.dslplatform.json.ParsingException.ParsingStacklessException
- All Implemented Interfaces:
Serializable
- Enclosing class:
ParsingException
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprivateParsingStacklessException(String reason) privateParsingStacklessException(String reason, Throwable cause) -
Method Summary
Methods inherited from class com.dslplatform.json.ParsingException
create, createMethods inherited from class java.lang.Throwable
addSuppressed, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ParsingStacklessException
-
ParsingStacklessException
-
-
Method Details
-
fillInStackTrace
- Overrides:
fillInStackTracein classThrowable
-