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

java.com.generationjava.swing.GJTableHideException Maven / Gradle / Ivy

The newest version!
package com.generationjava.swing;

public class GJTableHideException extends Exception {

    public GJTableHideException() {
        super();
    }

    public GJTableHideException(String msg) {
        super(msg);
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy