public class RecipeException extends Exception
RecipePipeline specific exception used for
communicating issues with execution of pipeline.| Modifier and Type | Field and Description |
|---|---|
static int |
UNKNOWN_INDEX |
| Constructor and Description |
|---|
RecipeException(String message,
Throwable throwable) |
RecipeException(String message,
Throwable throwable,
int directiveIndex) |
RecipeException(String message,
Throwable throwable,
int rowIndex,
int directiveIndex) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDirectiveIndex() |
int |
getRowIndex() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic static final int UNKNOWN_INDEX
Copyright © 2023 CDAP Licensed under the Apache License, Version 2.0.