@PublicApi public class ValidationInsightSystemException extends ValidationInsightException
| Constructor and Description |
|---|
ValidationInsightSystemException(String errorMessage) |
| Modifier and Type | Method and Description |
|---|---|
static ValidationInsightSystemException |
createBeanNotFoundByIdValidationException(Class<?> beanClass,
Object beanId,
io.riada.insight.utils.I18n i18n) |
static String |
stripBeanFromBeanClassName(Class<?> beanClass)
Quite a few ValidationInsightSystemException return an error message providing the name of the bean that failed
(not found, invalid, etc.).
|
getErrorContainer, getErrorMap, getFlattenErrorMessages, translateErrorMessagegetMessage, printStackTrace, printStackTrace, printStackTraceaddSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toStringpublic ValidationInsightSystemException(String errorMessage)
public static ValidationInsightSystemException createBeanNotFoundByIdValidationException(Class<?> beanClass, Object beanId, io.riada.insight.utils.I18n i18n)
public static String stripBeanFromBeanClassName(Class<?> beanClass)
Copyright © 2024 Atlassian. All rights reserved.