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

org.datafx.controller.util.VetoException Maven / Gradle / Ivy

package org.datafx.controller.util;

public class VetoException extends Exception {

	private static final long serialVersionUID = 1L;

	private Veto veto;

    public VetoException(Veto veto) {
        this.veto = veto;
    }

    public Veto getVeto() {
        return veto;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy