Class QUserFacingException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.kingsrook.qqq.backend.core.exceptions.QException
com.kingsrook.qqq.backend.core.exceptions.QUserFacingException
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
CouldNotFindQueryFilterForExtractStepException
,QBadRequestException
,QNotFoundException
,UnableToObtainProcessLockException
Exception with a good-quality message meant to be shown to an end-user.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionQUserFacingException
(String message) Constructor of messageQUserFacingException
(String message, Throwable cause) Constructor of message invalid input: '&' cause -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.exceptions.QException
getHasLoggedError, getHasLoggedWarning, hasLoggedLevel, setHasLoggedError, setHasLoggedLevel, setHasLoggedWarning, withHasLoggedError, withHasLoggedWarning
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
QUserFacingException
Constructor of message -
QUserFacingException
-