Class JsonException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.lang.RuntimeException
-
- com.github.mjeanroy.dbunit.exception.AbstractParserException
-
- com.github.mjeanroy.dbunit.exception.JsonException
-
- All Implemented Interfaces:
Serializable
public class JsonException extends AbstractParserException
Wrap external JSON parsing exception. This exception should provide a unique way to handler JSON exception, whatever the internal mapper library.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JsonException(Exception e)
WrapException
.
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-