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

com.daxie.joglf.gl.exception.GLNotSetupException Maven / Gradle / Ivy

There is a newer version: 11.7.0
Show newest version
package com.daxie.joglf.gl.exception;

/**
 * Exception thrown when a GL-relating job is going to be done before GL setup.
 * @author Daba
 *
 */
public class GLNotSetupException extends RuntimeException{
	private static final long serialVersionUID=1;
	
	public GLNotSetupException() {
		super("GL has not been set up yet.");
	}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy