package org.jeecg.common.exception; public class ExceptionCast { public static void cast(String msg) { throw new JeecgBootException(msg); } }