public class CannotCoerceException extends RuntimeException
| Modifier and Type | Field and Description |
|---|---|
String |
createImpactI18nKey |
String |
errorI18nKey |
String |
updateImpactI18nKey |
| Constructor and Description |
|---|
CannotCoerceException(String string,
String errorI18nKey) |
CannotCoerceException(Throwable cause,
String errorI18nKey) |
CannotCoerceException(Throwable cause,
String errorI18nKey,
String impactI18nKey) |
CannotCoerceException(Throwable cause,
String errorI18nKey,
String updateImpactI18nKey,
String createImpactI18nKey) |
| Modifier and Type | Method and Description |
|---|---|
String |
getErrorI18nKey() |
String |
getImpactI18nKey(ImportMode mode) |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic final String errorI18nKey
public final String updateImpactI18nKey
public final String createImpactI18nKey
public CannotCoerceException(String string, String errorI18nKey)
string - errorI18nKey - public CannotCoerceException(Throwable cause, String errorI18nKey, String impactI18nKey)
public String getErrorI18nKey()
public String getImpactI18nKey(ImportMode mode)
Copyright © 2010–2017 Henix, henix.fr. All rights reserved.