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

com.flagwind.commands.CommandExpressionException Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
package com.flagwind.commands;


/**
 * 命令表达式异常
 * @author chendb
 */
public class CommandExpressionException extends  RuntimeException {
    
    private static final long serialVersionUID = 4482827695438527417L;

	/**
     * @param message 异常消息
     */
    public CommandExpressionException(String message) {
        super(message);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy