public class JsonParseException extends RuntimeException
| Constructor and Description |
|---|
JsonParseException(Throwable cause)
Creates a
JsonPathExpression with the specified cause. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonParseException(Throwable cause)
JsonPathExpression with the specified cause.cause - the root exception that caused this exception to be thrown.Copyright © 2025. All rights reserved.