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