public final class JsonError
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getJsonPath()
Returns an unmodifiable list containing the tokens describing the
JSON path where the error occurred
|
java.lang.String |
getJsonPathString()
Returns a short string representation of the
getJsonPath() |
java.lang.String |
getMessage()
Returns the error message
|
java.lang.Throwable |
getThrowable()
Returns the throwable that is associated with the error.
|
public java.lang.String getMessage()
public java.util.List<java.lang.String> getJsonPath()
public java.lang.String getJsonPathString()
getJsonPath()public java.lang.Throwable getThrowable()
null.Copyright © 2022. All Rights Reserved.