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

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

package com.fastchar.exception;

import com.fastchar.core.FastChar;

public class FastReturnException extends Error {
    private static final long serialVersionUID = 341313412330701767L;

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy