public class CsvException extends BaseException
| Constructor and Description |
|---|
CsvException(int code,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static CsvException |
failToGenerateCsv() |
static CsvException |
failToMkdirs() |
static CsvException |
failToParseCsv() |
static CsvException |
notSupport(String extension) |
getCode, setCodeaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic CsvException(int code,
String message)
public static CsvException failToMkdirs()
public static CsvException failToGenerateCsv()
public static CsvException failToParseCsv()
public static CsvException notSupport(String extension)
Copyright © 2021. All rights reserved.