public final class JsonStreamException extends RuntimeException
| Constructor and Description | 
|---|
JsonStreamException(String message)  | 
JsonStreamException(String message,
                   Throwable cause)  | 
JsonStreamException(Throwable cause)  | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
getColumn()  | 
int | 
getRow()  | 
JsonStreamException | 
niceTrace()  | 
static <T extends Exception> | 
niceTrace(T exception)  | 
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic JsonStreamException(String message)
public JsonStreamException(Throwable cause)
public int getColumn()
public int getRow()
public static <T extends Exception> T niceTrace(T exception)
public JsonStreamException niceTrace()
Copyright © 2019. All rights reserved.