public class ErrorRowException extends Exception
| Constructor and Description |
|---|
ErrorRowException(String message,
int code) |
ErrorRowException(String message,
int code,
boolean showInWrangler) |
ErrorRowException(String message,
int code,
boolean showInWrangler,
Throwable cause) |
ErrorRowException(String directiveName,
String errorMessage,
int code) |
ErrorRowException(String directiveName,
String errorMessage,
int code,
Throwable cause) |
| 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, boolean showInWrangler, Throwable cause)
public ErrorRowException(String message, int code)
public String getMessage()
getMessage in class Throwablepublic int getCode()
public boolean isShownInWrangler()
Copyright © 2022 CDAP Licensed under the Apache License, Version 2.0.