All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.seepine.tool.exception.BlankStringRunException Maven / Gradle / Ivy

The newest version!
package com.seepine.tool.exception;

/**
 * 自定义空指针Runtime异常类,方便web框架全局拦截
 *
 * @author seepine
 * @since 0.2.0
 */
public class BlankStringRunException extends RunException {

  public BlankStringRunException(String msg) {
    super(msg);
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy