public class ParseException extends JmesPathException implements Iterable<ParseError>
| Constructor and Description |
|---|
ParseException(String query,
Iterable<ParseError> errors) |
| Modifier and Type | Method and Description |
|---|---|
Iterator<ParseError> |
iterator() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic ParseException(String query, Iterable<ParseError> errors)
public Iterator<ParseError> iterator()
iterator in interface Iterable<ParseError>Copyright © 2016–2023. All rights reserved.