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

com.astamuse.asta4d.render.test.RendererTestException Maven / Gradle / Ivy

Go to download

core functionalities of asta4d framework, including template and snippt implemention

There is a newer version: 1.2-M2
Show newest version
package com.astamuse.asta4d.render.test;

public class RendererTestException extends RuntimeException {

    /**
     * 
     */
    private static final long serialVersionUID = 1L;

    public RendererTestException() {
        super();
    }

    public RendererTestException(String message, Throwable cause) {
        super(message, cause);
    }

    public RendererTestException(String message) {
        super(message);
    }

    public RendererTestException(Throwable cause) {
        super(cause);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy