public class JsonParseException extends Exception
| Constructor and Description |
|---|
JsonParseException(String mensaje)
Instantiates a new Json parse exception.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
getStackTrace(Throwable throwable)
Gets stack trace.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonParseException(String mensaje)
mensaje - the mensajeCopyright © 2025. All rights reserved.