package com.whyc.exception; /** * 自定义异常,备用 */ public class DefinedException extends RuntimeException{ }