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

ingenias.exception.GenerationException Maven / Gradle / Ivy

There is a newer version: 1.7
Show newest version
package ingenias.exception;

public class GenerationException extends Exception {

	private int line=0;
	
	
	public GenerationException(String arg0, int line) {
		super(arg0);
		this.line=line;

	}
	
	public int getLine(){
		return line;
	}
	
	
	

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy