Serializable
JSONSequenceTooLargeException
public class JSONException extends Exception
Constructor | 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 | Description |
---|---|---|
Throwable |
getCause() |
|
int |
getColumn() |
|
int |
getLine() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, 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 © 2019. All rights reserved.