Uses of Class
com.kingsrook.qqq.backend.core.exceptions.QUserFacingException
Packages that use QUserFacingException
Package
Description
-
Uses of QUserFacingException in com.kingsrook.qqq.backend.core.exceptions
Subclasses of QUserFacingException in com.kingsrook.qqq.backend.core.exceptionsModifier and TypeClassDescriptionclass
User-facing exception for when user provided bad or missing data in their requestclass
User-facing exception for when something wasn't found (e.g., a named table or record-by-id). -
Uses of QUserFacingException in com.kingsrook.qqq.backend.core.model.actions.reporting
Methods in com.kingsrook.qqq.backend.core.model.actions.reporting that throw QUserFacingException -
Uses of QUserFacingException in com.kingsrook.qqq.backend.core.processes.implementations.etl.streamedwithfrontend
-
Uses of QUserFacingException in com.kingsrook.qqq.backend.core.processes.locks
Subclasses of QUserFacingException in com.kingsrook.qqq.backend.core.processes.locksModifier and TypeClassDescriptionclass
Lock thrown by ProcessLockUtils when you can't get the lock. -
Uses of QUserFacingException in com.kingsrook.qqq.backend.core.utils
Methods in com.kingsrook.qqq.backend.core.utils that throw QUserFacingExceptionModifier and TypeMethodDescriptionValidationUtils.parseAndValidateEmailAddresses
(String emailAddresses) -
Uses of QUserFacingException in com.kingsrook.qqq.backend.module.api.actions
Methods in com.kingsrook.qqq.backend.module.api.actions that throw QUserFacingExceptionModifier and TypeMethodDescriptionprotected void
BaseAPIActionUtil.throwUnsupportedCriteriaField
(QFilterCriteria criteria) protected void
BaseAPIActionUtil.throwUnsupportedCriteriaOperator
(QFilterCriteria criteria)