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

flatgraph.UnsupportedOperationException Maven / Gradle / Ivy

There is a newer version: 0.0.91
Show newest version
package flatgraph;

public class UnsupportedOperationException extends RuntimeException {
    public UnsupportedOperationException(String message) {
        super(message);
    }

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy