public class ErrorRowException extends Exception
| Constructor and Description |
|---|
ErrorRowException(String message,
int code) |
ErrorRowException(String message,
int code,
boolean showInWrangler) |
ErrorRowException(String directiveName,
String errorMessage,
int code) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
String |
getMessage() |
boolean |
isShownInWrangler() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ErrorRowException(String message, int code, boolean showInWrangler)
public ErrorRowException(String message, int code)
public String getMessage()
getMessage in class Throwablepublic int getCode()
public boolean isShownInWrangler()
Copyright © 2020 CDAP Licensed under the Apache License, Version 2.0.