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

com.github.henkexbg.gallery.controller.model.GalleryError Maven / Gradle / Ivy

Go to download

There is a newer version: 1.1.1
Show newest version
package com.github.henkexbg.gallery.controller.model;

public class GalleryError {
	
	private int errorCode;

	public int getErrorCode() {
		return errorCode;
	}

	public void setErrorCode(int errorCode) {
		this.errorCode = errorCode;
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy