public class ReportErrorAndProceed extends Exception
ErrorRowException, but, with a difference
that it reports error and continues processing.| Constructor and Description |
|---|
ReportErrorAndProceed(String message,
int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ReportErrorAndProceed(String message, int code)
public String getMessage()
getMessage in class Throwablepublic int getCode()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.