public class JSONException extends Exception
Constructor and Description |
---|
JSONException(String message)
Constructs a JSONException with an explanatory message.
|
JSONException(String message,
int line,
int column) |
JSONException(Throwable t) |
Modifier and Type | Method and Description |
---|---|
int |
getColumn() |
int |
getLine() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
public JSONException(String message)
message
- Detail about the reason for the exception.public JSONException(String message, int line, int column)
public JSONException(Throwable t)
Copyright © 2023. All rights reserved.