public abstract class JSONException extends IllegalArgumentException
| Modifier and Type | Method and Description |
|---|---|
protected String |
getClassName(Object obj)
Get the name of the class of the object.
|
String |
getLocalizedMessage() |
String |
getMessage() |
void |
setLocale(Locale locale)
Set the locale to be used by
getLocalizedMessage() |
addSuppressed, fillInStackTrace, getCause, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic void setLocale(Locale locale)
getLocalizedMessage()locale - the locale to setpublic String getMessage()
getMessage in class Throwablepublic String getLocalizedMessage()
getLocalizedMessage in class ThrowableCopyright © 2016. All rights reserved.