
animatefx.modifier.IllegalModifierException Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of AnimateFX Show documentation
Show all versions of AnimateFX Show documentation
A library of ready-to-use animations for JavaFX
The newest version!
package animatefx.modifier;
public class IllegalModifierException extends RuntimeException {
private static final long serialVersionUID = -3334518684168386658L;
public IllegalModifierException(String message) {
super(message);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy