public class ImportException extends RuntimeException
| Modifier and Type | Class and Description |
|---|---|
static class |
ImportException.Type |
| Constructor and Description |
|---|
ImportException(ImportException.Type type,
String msg) |
ImportException(ImportException.Type type,
String msg,
Exception e) |
| Modifier and Type | Method and Description |
|---|---|
void |
addInfo(String name,
Object value) |
Map<String,Object> |
getInfos() |
ImportException.Type |
getType() |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic ImportException(ImportException.Type type, String msg)
public ImportException(ImportException.Type type, String msg, Exception e)
Copyright © 2020. All rights reserved.