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

com.base4j.mvc.base.exception.IllegalleControllerNameException Maven / Gradle / Ivy

There is a newer version: 1.3.0
Show newest version
package com.base4j.mvc.base.exception;

public class IllegalleControllerNameException extends RuntimeException {

    public IllegalleControllerNameException() {
        super("Controller名称必须符合ModelNameController规则");
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy