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

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

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 - 2024 Weber Informatics LLC | Privacy Policy