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

com.fastchar.exception.FastReturnException Maven / Gradle / Ivy

Go to download

FastChar is Web+ORM Framework in Java Copyright (C) http://www.fastchar.com All rights reserved.

The newest version!
package com.fastchar.exception;

import com.fastchar.core.FastChar;
import com.fastchar.core.FastRequestLog;


public class FastReturnException extends Error {
    public FastReturnException() {
        super(FastChar.getLocal().getInfo("Method_Error1"));
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy