Package com.iohao.net.framework.core.exception
package com.iohao.net.framework.core.exception
Provides framework-level exception handling, assertion integration, and unified error processing
abstractions for business request execution.
See assertion + exception mechanism for usage guidance.
- Author:
- 渔民小镇
- date:
- 2022-01-14
-
ClassDescriptionBuilt-in error codes used by the framework's action processing pipeline.Contract for error information that can be used to throw
MessageExceptions with assertion-style convenience methods.Exception carrying an error code and message, thrown during action method processing to signal business errors to the client.