![JAR search and dependency download from the Maven repository](/logo.png)
com.starmcc.qmframework.exception.QmParamNullException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of qm-framework Show documentation
Show all versions of qm-framework Show documentation
springboot based on a series of packaging framework.
QmFramework to implements AOP,
rewrite the requestBody,
global exception catching,version checking,
request body parameter symmetric encryption mechanism,
controller packaging and the toolkit collection.
thank you for using it.
package com.starmcc.qmframework.exception;
/**
* 参数为空时触发该异常!
*
* @Author qm
* @Date 2019/4/19 12:34
*/
public class QmParamNullException extends RuntimeException {
public QmParamNullException(String message) {
super(String.format("required param {%s} is not present", message));
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy