@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, translateErrorMessage
getMessage, printStackTrace, printStackTrace, printStackTrace
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, getSuppressed, initCause, setStackTrace, toString
public 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.