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

com.fastchar.extjs.out.FastExtParamError Maven / Gradle / Ivy

Go to download

FastChar-ExtJs is a Java Web framework that uses extjs libraries.Quickly build a background management system

There is a newer version: 2.2.2
Show newest version
package com.fastchar.extjs.out;

import com.fastchar.annotation.AFastOverride;
import com.fastchar.annotation.AFastPriority;
import com.fastchar.core.FastAction;
import com.fastchar.out.FastOutParamError;

@AFastPriority
public class FastExtParamError extends FastOutParamError {

    @Override
    public void response(FastAction action) throws Exception {
        action.responseJson(-9, getMessage());
    }
}






© 2015 - 2025 Weber Informatics LLC | Privacy Policy