public class DataImportHandlerException extends RuntimeException
Exception class for all DataImportHandler exceptions
This API is experimental and subject to change $Id: DataImportHandlerException.java 764379 2009-04-13 09:00:59Z shalin $| Modifier and Type | Field and Description |
|---|---|
boolean |
debugged |
static String |
MSG |
static int |
SEVERE |
static int |
SKIP |
static int |
SKIP_ROW |
static int |
WARN |
| Constructor and Description |
|---|
DataImportHandlerException(int err) |
DataImportHandlerException(int err,
String message) |
DataImportHandlerException(int err,
String message,
Throwable cause) |
DataImportHandlerException(int err,
Throwable cause) |
| Modifier and Type | Method and Description |
|---|---|
int |
getErrCode() |
static void |
wrapAndThrow(int err,
Exception e) |
static void |
wrapAndThrow(int err,
Exception e,
String msg) |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic boolean debugged
public static final int SEVERE
public static final int WARN
public static final int SKIP
public static final int SKIP_ROW
public static final String MSG
public DataImportHandlerException(int err)
public DataImportHandlerException(int err,
String message)
public DataImportHandlerException(int err,
String message,
Throwable cause)
public DataImportHandlerException(int err,
Throwable cause)