public class JSONPointerException extends JSONException
JSONPointer if an error occurs
during evaluating a pointer.| Constructor and Description |
|---|
JSONPointerException(String message)
Constructs a new JSONPointerException with the specified error message.
|
JSONPointerException(String message,
Throwable cause)
Constructs a new JSONPointerException with the specified error message and cause.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JSONPointerException(String message)
message - The detail message describing the reason for the exception.Copyright © 2024. All rights reserved.