Class QErrorMessage
java.lang.Object
com.kingsrook.qqq.backend.core.model.statusmessages.QStatusMessage
com.kingsrook.qqq.backend.core.model.statusmessages.QErrorMessage
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BadInputStatusMessage
,NotFoundStatusMessage
,PermissionDeniedMessage
,SystemErrorStatusMessage
Abstract base class for all errors to be attached to QRecords.
Framework is aware of a few specific sultypes here, that drive things like
returning http 400 vs 500.
Applications can define further subtypes (recommended to subclass this class's
children, rather than this class), to help give (type-based) definition to errors.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.kingsrook.qqq.backend.core.model.statusmessages.QStatusMessage
getMessage, toString
-
Constructor Details
-
QErrorMessage
Constructor
-