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

org.objectweb.celtix.tools.common.model.JavaException Maven / Gradle / Ivy

The newest version!
package org.objectweb.celtix.tools.common.model;

public class JavaException extends JavaType {
    public JavaException() {
    }
    public JavaException(String n, String t, String tns) {
        super(n, t, tns);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy