| Package | Description |
|---|---|
| io.cdap.wrangler.api |
APIs for working with wrangler.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<SyntaxError> |
DirectiveParseException.errors() |
Iterator<SyntaxError> |
CompileStatus.getErrors() |
Iterator<SyntaxError> |
CompileException.iterator() |
| Constructor and Description |
|---|
CompileException(String message,
Iterator<SyntaxError> errors) |
CompileStatus(boolean hasError,
Iterator<SyntaxError> errors) |
DirectiveParseException(String message,
Iterator<SyntaxError> errors) |
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.